mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Bracket to Brace
This commit is contained in:
parent
64d6a172c7
commit
4a5d6cade1
@ -30,7 +30,7 @@ params [
|
||||
|
||||
// Verify data
|
||||
if (_objects isEqualTo []) exitWith {
|
||||
ACE_LOGERROR{"Slideshow Objects field may NOT be empty!"};
|
||||
ACE_LOGERROR("Slideshow Objects field may NOT be empty!");
|
||||
};
|
||||
if (count _images != count _names || {_images isEqualTo []} || {_names isEqualTo []}) exitWith {
|
||||
ACE_LOGERROR("Slideshow Images or Names fields may NOT be empty and must have equal number of items!");
|
||||
|
Loading…
Reference in New Issue
Block a user