Update ExileServer_object_player_createBambi.sqf
This commit is contained in:
parent
d35cdd1d82
commit
27e731ae63
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user