Update GameTicker.RoundFlow.cs (#14387)
* Update GameTicker.RoundFlow.cs * wtf
This commit is contained in:
@@ -424,7 +424,8 @@ namespace Content.Server.GameTicking
|
|||||||
#endif
|
#endif
|
||||||
// TODO: Maybe something less naive here?
|
// TODO: Maybe something less naive here?
|
||||||
// FIXME: Actually, definitely.
|
// FIXME: Actually, definitely.
|
||||||
EntityManager.DeleteEntity(entity);
|
if (!Deleted(entity) && !Terminating(entity))
|
||||||
|
EntityManager.DeleteEntity(entity);
|
||||||
#if EXCEPTION_TOLERANCE
|
#if EXCEPTION_TOLERANCE
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user