Set onMission true to fix unwanted mission dialogs
This commit is contained in:
@@ -63,6 +63,8 @@ function onResourceStart(event, resource) {
|
||||
gta.setDefaultInteriors(false);
|
||||
}
|
||||
|
||||
gta.onMission = true;
|
||||
|
||||
garbageCollectorInterval = setInterval(collectAllGarbage, 1000*60);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user