MISSION_ROOT variable is no longer needed

Also @icomrade you accidentally committed the testkit code to
chernarus11 init.sqf. Removed it for you.
This commit is contained in:
ebaydayz
2016-09-03 16:33:17 -04:00
parent ffef031863
commit 70ebd6dbcb
25 changed files with 1 additions and 37 deletions

View File

@@ -690,12 +690,6 @@ player_sumMedical = {
_medical
};
/* init_keyboard = { //in Epoch we handle keypresses via config onKeyDown entries.
waituntil {!(isNull (findDisplay 46))};
keyboard_keys = nil;
[controlNull, 1, false,false,false] call compile preprocessFileLineNumbers (MISSION_ROOT+'keyboard.sqf');
}; */
dayz_reduceItems = {
private ["_item","_class","_amount","_qtyRemaining"];