mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix import and export "not implemented" message
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
|
||||
params ["_display"];
|
||||
|
||||
[_display, localize "Not implemented"] call FUNC(message);
|
||||
[_display, "Not implemented"] call FUNC(message);
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
params ["_display"];
|
||||
|
||||
[_display, localize "Not implemented"] call FUNC(message);
|
||||
[_display, "Not implemented"] call FUNC(message);
|
||||
|
Reference in New Issue
Block a user