Update some WeaponHolder to WeaponHolderBase

This commit is contained in:
ebaydayz
2016-03-31 11:35:33 -04:00
parent c54a52a103
commit 6de88c7b07
47 changed files with 621 additions and 876 deletions

View File

@@ -506,10 +506,10 @@ if (isServer) then {
};
if (_debug) then {
uisleep 1;
uiSleep 1;
}
else {
uisleep 10;
uiSleep 10;
};
};
};