mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix global variable in local name space
This commit is contained in:
parent
65e16da998
commit
1a0abf31fd
@ -13,7 +13,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_position", "_direction", "config"];
|
||||
private ["_position", "_direction", "_config"];
|
||||
|
||||
params ["_object"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user