Merge pull request #1501 from infiSTAR/patch-1

delete promptRName.sqf
This commit is contained in:
vbawol
2014-08-05 17:56:13 -05:00

View File

@@ -1,6 +0,0 @@
// promptRName.sqf
private ["_unit"];
_unit = _this select 0;
call compile format ["server globalChat reviver_%1", _unit];