Skip to content

Commit

Permalink
Make MapWarpState readonly for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokya committed Mar 28, 2022
1 parent 0532a5e commit 3e5279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOLib/Domain/Map/CurrentMapStateRepository.cs
Expand Up @@ -48,7 +48,7 @@ public interface ICurrentMapStateProvider

IReadOnlyCollection<MapCoordinate> VisibleSpikeTraps { get; }

WarpState MapWarpState { get; set; }
WarpState MapWarpState { get; }

HashSet<short> UnknownPlayerIDs { get; }

Expand Down

0 comments on commit 3e5279d

Please sign in to comment.