AIInit Lak Fix

Console spam fix
This commit is contained in:
ChocoTaco 2019-11-08 13:51:51 -05:00
parent 1a3690876d
commit 38b091e537

View file

@ -18,7 +18,7 @@
// maradona, pip, phantom jaguar, hilikus, the_ham, pip, wiggle, dragon, pancho villa, w/o, nectar and many others..
//
// v3.35 April 2019
// Added Not enought players flag message delay
// Added Not enough players flag message delay
// Shock in the back bonus 2 > 1.5
//
// v3.34 Febuary 2019
@ -883,6 +883,13 @@ function Player::setKnockback(%this, %val)
};
// Added
function LakRabbitGame::AIInit(%game)
{
//call the default AIInit() function
AIInit();
}
//exec the AI scripts
//exec("scripts/aiRabbit.cs");