mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change may to must in slideshow error log
This commit is contained in:
parent
498dddcc26
commit
e4d8f13c89
@ -30,10 +30,10 @@ params [
|
||||
|
||||
// Verify data
|
||||
if (_objects isEqualTo []) exitWith {
|
||||
ACE_LOGERROR("Slideshow Objects field may NOT be empty!");
|
||||
ACE_LOGERROR("Slideshow Objects field must 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!");
|
||||
ACE_LOGERROR("Slideshow Images or Names fields must NOT be empty and must have equal number of items!");
|
||||
};
|
||||
|
||||
// If no controllers use objects as controllers
|
||||
|
Loading…
Reference in New Issue
Block a user