diff --git a/EOLib/Domain/Map/CurrentMapStateRepository.cs b/EOLib/Domain/Map/CurrentMapStateRepository.cs index 44a8a7047..31b113ad9 100644 --- a/EOLib/Domain/Map/CurrentMapStateRepository.cs +++ b/EOLib/Domain/Map/CurrentMapStateRepository.cs @@ -48,7 +48,7 @@ public interface ICurrentMapStateProvider IReadOnlyCollection VisibleSpikeTraps { get; } - WarpState MapWarpState { get; set; } + WarpState MapWarpState { get; } HashSet UnknownPlayerIDs { get; }