Redo 95b4d888f0
This commit is contained in:
@@ -164,8 +164,10 @@ class EventsData {
|
||||
|
||||
if (fileTxt.trim() == "") continue;
|
||||
|
||||
eventsList.push(eventName);
|
||||
eventsParams.set(eventName, []);
|
||||
if (!eventsList.contains(eventName)) {
|
||||
eventsList.push(eventName);
|
||||
eventsParams.set(eventName, []);
|
||||
}
|
||||
|
||||
try {
|
||||
var data:EventInfoFile = cast Json.parse(fileTxt);
|
||||
|
||||
Reference in New Issue
Block a user