mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 21:31:56 +03:00
Fix missing string typo
My mistake from https://github.com/EpochModTeam/DayZ-Epoch/commit/77519144286851d0c2013cdacdc9cf64e5319618
This commit is contained in:
@@ -369,6 +369,7 @@ if (_type == 1) then {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
if (_type == 2) then {
|
||||
/*
|
||||
HIGH CALIBRE
|
||||
|
||||
@@ -29,4 +29,4 @@ if (_unit == player) then {
|
||||
};
|
||||
};
|
||||
|
||||
diag_log format["%1 - %2 - %3",_vehicle,_position,_unit];
|
||||
diag_log format["%1 - %2 - %3",_vehicle,_position,_unit];
|
||||
Reference in New Issue
Block a user