SteamWar/BauSystem2.0
Archiviert
12
0

Fix TickCommand
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-12-13 16:02:04 +01:00
Ursprung bae41e807d
Commit dccae06a36

Datei anzeigen

@ -57,6 +57,11 @@ public class TickCommand extends SWCommand {
}.runTaskTimer(BauSystem.getInstance(), 0L, 1L);
}
@Register({"step"})
public void stepCommand(Player p) {
stepCommand(p, 1);
}
@Register({"step"})
public void stepCommand(Player p, @OptionalValue("1") int ticks) {
if (ticksLeft != null) {