mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change cache location type to ACE_HashLocation
This commit is contained in:
parent
f7cfbebc49
commit
41f8628917
@ -13,7 +13,7 @@ if (isServer) then {
|
||||
|
||||
if !(hasInterface) exitWith {};
|
||||
|
||||
GVAR(weaponInfoCache) = createLocation ["NameVillage", [-10000,-10000,-10000], 0, 0];
|
||||
GVAR(weaponInfoCache) = createLocation ["ACE_HashLocation", [-10000,-10000,-10000], 0, 0];
|
||||
GVAR(weaponInfoCache) setText QGVAR(weaponInfoCache);
|
||||
|
||||
// Add keybinds
|
||||
|
Loading…
Reference in New Issue
Block a user