Skip to content

Commit 345c999

Browse files
committed
Disabled multithreading on all scripts by default until we can be really really sure that they're safe. This causes occasional crashes just now, so we need to take a careful look over things.
Anyways, for now, we'll leave it off
1 parent 8e47fbc commit 345c999

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Data/Base.rte/AI/CrabAI.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--[[MULTITHREAD]]--
2-
31
require("AI/NativeCrabAI"); --dofile("Base.rte/Actors/AI/NativeCrabAI.lua")
42

53
function Create(self)

Data/Base.rte/AI/HumanAI.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--[[MULTITHREAD]]--
2-
31
require("AI/NativeHumanAI");
42

53
function Create(self)

Data/Base.rte/AI/TurretAI.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--[[MULTITHREAD]]--
2-
31
require("AI/NativeTurretAI"); --dofile("Base.rte/Actors/AI/NativeTurretAI.lua");
42

53
function Create(self)

0 commit comments

Comments
 (0)