mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Compatibility for Halv Spawn
This commit is contained in:
parent
3e3a0a8661
commit
3fe960b388
@ -13,5 +13,10 @@
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf
|
||||
*/
|
||||
if !(isNull _this) then{
|
||||
if (!isnil "HALV_senddeftele") exitwith {
|
||||
if (isnull (finddisplay 7777)) then {
|
||||
[] execVM "addons\halv_spawn\opendialog.sqf";
|
||||
};
|
||||
};
|
||||
[player,_this,Epoch_personalToken] remoteExec ["EPOCH_server_teleportPlayer",2];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user