forked from SteamWar/SteamWar
Add revision handling to setSchematic method in FightTeam
This commit is contained in:
@@ -416,7 +416,7 @@ public class FightTeam {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setSchem(SchematicNode schematic, int revision){
|
public void setSchem(SchematicNode schematic, int revision){
|
||||||
this.schematic.setSchematic(schematic);
|
this.schematic.setSchematic(schematic, revision);
|
||||||
broadcast("SCHEMATIC_CHOSEN", Config.GameName, schematic.getName());
|
broadcast("SCHEMATIC_CHOSEN", Config.GameName, schematic.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user