forked from UNLOZE/sm-plugins
some rare times props disappear on prop heavy maps, maybe this helps
This commit is contained in:
@@ -1407,6 +1407,12 @@ public Action Event_RoundEnd(Handle event, char[] name, bool dontBroadcast)
|
||||
|
||||
KillAllBeacons();
|
||||
//KillAllPings();
|
||||
|
||||
//maybe a good idea to reset them on round end to prevent random props from being killed that could have the same index.
|
||||
pingEntity0 = -1;
|
||||
pingEntity1 = -1;
|
||||
pingEntity2 = -1;
|
||||
pingEntity3 = -1;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user