delete promptRName.sqf

Delete promptRName.sqf - only used for hacks and not the mod anymore
This commit is contained in:
infiSTAR.de
2014-08-05 19:42:40 +02:00
parent dd582d28ec
commit d4f978e461

View File

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