hotfix
Signed-off-by: Yaruma3341 <yaruma3341@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
5ce40e8149
Commit
086076ab58
@ -152,8 +152,13 @@ public class FightTeam {
|
||||
}
|
||||
schem.paste(w, v, false, true, aT).flushQueue();
|
||||
teleportToSpawn();
|
||||
Bukkit.getScheduler().scheduleSyncDelayedTask(FightSystem.getPlugin(), new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
WinconditionTechKO.addWater();
|
||||
}
|
||||
}, 20*10L);
|
||||
}
|
||||
|
||||
public void setSchematic(Schematic schematic){
|
||||
this.schematic = schematic;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren