Removed ResetAI() from Bello's OnPackageStart, starting an infinite loop (reported by Lirk)

This commit is contained in:
Eddoursul 2023-10-21 20:28:26 +02:00
parent 43f781cc5a
commit d224bcbe21
2 changed files with 0 additions and 4 deletions

Binary file not shown.

View File

@ -3,7 +3,3 @@ Scriptname _00E_BelloScript extends Actor
Event OnLoad() Event OnLoad()
ResetAI() ResetAI()
endEvent endEvent
Event OnPackageStart(Package akNewPackage)
ResetAI()
endEvent