13
0

Wrong name
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2022-08-05 12:58:38 +02:00
Ursprung 1f9d04c8ae
Commit 5fda841f27

Datei anzeigen

@ -37,10 +37,10 @@ public class DownloadCommand extends SWCommand {
@Register(help = true)
public void genericCommand(Player player, String... args) {
SteamwarUser user = SteamwarUser.get(player);
SchematicNode copyNode = SchematicNode.getSchematicNode(user.getId(), "/copy", 0);
SchematicNode copyNode = SchematicNode.getSchematicNode(user.getId(), "//copy", 0);
boolean newSchem = false;
if(copyNode == null) {
copyNode = SchematicNode.createSchematicNode(user.getId(), "/copy", 0, SchematicType.Normal.toDB(), "");
copyNode = SchematicNode.createSchematicNode(user.getId(), "//copy", 0, SchematicType.Normal.toDB(), "");
newSchem = true;
}