Crash fixes

This commit is contained in:
Anuken
2018-11-28 08:53:03 -05:00
parent cc90e6d479
commit f2be23274e
11 changed files with 30 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ public class Pathfinder{
}
public void update(){
if(Net.client()) return;
if(Net.client() || paths == null) return;
for(Team team : Team.all){
if(state.teams.isActive(team)){