Make hasPortals/hasMessageBlocks public per request

This commit is contained in:
UnknownShadow200 2024-04-20 09:30:52 +10:00
parent 28fee057f0
commit 687b0e590f

View File

@ -121,6 +121,6 @@ namespace MCGalaxy {
get { return Config.RoundsPlayed == 0 ? 100 : (Config.RoundsHumanWon * 100) / Config.RoundsPlayed; } get { return Config.RoundsPlayed == 0 ? 100 : (Config.RoundsHumanWon * 100) / Config.RoundsPlayed; }
} }
internal bool hasPortals, hasMessageBlocks; public bool hasPortals, hasMessageBlocks;
} }
} }