diff --git a/MCGalaxy/Levels/Level.Fields.cs b/MCGalaxy/Levels/Level.Fields.cs index 6e6e8cf41..6e404e792 100644 --- a/MCGalaxy/Levels/Level.Fields.cs +++ b/MCGalaxy/Levels/Level.Fields.cs @@ -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; } } \ No newline at end of file