mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-09 06:30:29 +00:00
AIInit Lak Fix
Console spam fix
This commit is contained in:
parent
1a3690876d
commit
38b091e537
1 changed files with 8 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue