Fixed power nodes in multiplayer

This commit is contained in:
Anuken
2019-08-13 22:47:31 -04:00
parent 84786c12d8
commit c9178c3f2f
9 changed files with 29 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ import io.anuke.mindustry.entities.type.Player;
import io.anuke.mindustry.game.*;
import io.anuke.mindustry.game.EventType.GameOverEvent;
import io.anuke.mindustry.gen.Call;
import io.anuke.mindustry.io.*;
import io.anuke.mindustry.io.SaveIO;
import io.anuke.mindustry.maps.Map;
import io.anuke.mindustry.maps.MapException;
import io.anuke.mindustry.net.Administration.PlayerInfo;