mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Make hasPortals/hasMessageBlocks public per request
This commit is contained in:
parent
28fee057f0
commit
687b0e590f
@ -121,6 +121,6 @@ namespace MCGalaxy {
|
||||
get { return Config.RoundsPlayed == 0 ? 100 : (Config.RoundsHumanWon * 100) / Config.RoundsPlayed; }
|
||||
}
|
||||
|
||||
internal bool hasPortals, hasMessageBlocks;
|
||||
public bool hasPortals, hasMessageBlocks;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user