Misc bugfixes
This commit is contained in:
@@ -122,6 +122,10 @@ public final class FogControl implements CustomChunk{
|
||||
return data.read.get(x + y * ww);
|
||||
}
|
||||
|
||||
public void resetFog(){
|
||||
fog = null;
|
||||
}
|
||||
|
||||
@Nullable FogData data(Team team){
|
||||
return fog == null || fog[team.id] == null ? null : fog[team.id];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user