Remove implicit GridId conversions (#8975)
This commit is contained in:
@@ -109,10 +109,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
|
||||
private void OnGridRemoved(GridRemovalEvent ev)
|
||||
{
|
||||
if (_overlay.ContainsKey(ev.GridId))
|
||||
{
|
||||
_overlay.Remove(ev.GridId);
|
||||
}
|
||||
_overlay.Remove(ev.EntityUid);
|
||||
}
|
||||
|
||||
private void OnPlayerStatusChanged(object? sender, SessionStatusEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user