Fix Global and Var
Dieser Commit ist enthalten in:
Ursprung
194fce7da5
Commit
1b0c15cf8b
@ -31,7 +31,7 @@ public class Global implements SpecialCommand {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (command.length <= 2) {
|
if (command.length <= 2) {
|
||||||
scriptExecutor.getPlayer().sendMessage(BauSystem.PREFIX + "§cDas erste Argument fehlt und sollte ein Wert");
|
scriptExecutor.getPlayer().sendMessage(BauSystem.PREFIX + "§cDas zweite Argument fehlt und sollte ein Wert");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
String varName = command[1];
|
String varName = command[1];
|
||||||
|
@ -31,7 +31,7 @@ public class Var implements SpecialCommand {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (command.length <= 2) {
|
if (command.length <= 2) {
|
||||||
scriptExecutor.getPlayer().sendMessage(BauSystem.PREFIX + "§cDas erste Argument fehlt und sollte ein Wert");
|
scriptExecutor.getPlayer().sendMessage(BauSystem.PREFIX + "§cDas zweite Argument fehlt und sollte ein Wert");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
String varName = command[1];
|
String varName = command[1];
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren