Cleanup some scripts

This commit is contained in:
Skaronator
2014-02-23 01:33:17 +01:00
parent 61e86abe4c
commit 0b1779baef
4 changed files with 17 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
private ["_unit","_detail"];
_unit = _this select 0;
_detail = _this select 1;
if(_unit == getPlayerUID player) then {
player setVariable["publish",_detail];
};