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();
|
schem.paste(w, v, false, true, aT).flushQueue();
|
||||||
teleportToSpawn();
|
teleportToSpawn();
|
||||||
|
Bukkit.getScheduler().scheduleSyncDelayedTask(FightSystem.getPlugin(), new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
WinconditionTechKO.addWater();
|
WinconditionTechKO.addWater();
|
||||||
}
|
}
|
||||||
|
}, 20*10L);
|
||||||
|
}
|
||||||
|
|
||||||
public void setSchematic(Schematic schematic){
|
public void setSchematic(Schematic schematic){
|
||||||
this.schematic = schematic;
|
this.schematic = schematic;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren