Update ExileServer_object_player_createBambi.sqf

This commit is contained in:
Cloudhax23 2017-05-23 08:16:55 -05:00 committed by GitHub
parent d35cdd1d82
commit 27e731ae63

View File

@ -124,10 +124,6 @@ else
{ {
_spawnType = 0; _spawnType = 0;
}; };
if((canTriggerDynamicSimulation _bambiPlayer) isEqualTo false) then
{
_bambiPlayer triggerDynamicSimulation true;
};
_bambiPlayer addMPEventHandler ["MPKilled", {_this call ExileServer_object_player_event_onMpKilled}]; _bambiPlayer addMPEventHandler ["MPKilled", {_this call ExileServer_object_player_event_onMpKilled}];
_bambiPlayer call ExileServer_object_player_database_insert; _bambiPlayer call ExileServer_object_player_database_insert;
_bambiPlayer call ExileServer_object_player_database_update; _bambiPlayer call ExileServer_object_player_database_update;