mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed missing semi-column
This commit is contained in:
parent
be9726ba52
commit
bd0593f8f4
@ -19,7 +19,7 @@
|
||||
|
||||
private ["_return"];
|
||||
|
||||
params ["_index"]
|
||||
params ["_index"];
|
||||
|
||||
_return = switch (_index) do {
|
||||
case 0: {-1};
|
||||
|
Loading…
Reference in New Issue
Block a user