Skip to content

Commit

Permalink
Make hasPortals/hasMessageBlocks public per request
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 19, 2024
1 parent 28fee05 commit 687b0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Levels/Level.Fields.cs
Expand Up @@ -121,6 +121,6 @@ public sealed partial class Level : IDisposable {
get { return Config.RoundsPlayed == 0 ? 100 : (Config.RoundsHumanWon * 100) / Config.RoundsPlayed; }
}

internal bool hasPortals, hasMessageBlocks;
public bool hasPortals, hasMessageBlocks;
}
}

0 comments on commit 687b0e5

Please sign in to comment.