mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-06-26 06:11:53 +00:00
Fix screrror
This commit is contained in:
@ -2465,7 +2465,7 @@ bot_dogs_think()
|
||||
}
|
||||
}
|
||||
|
||||
if ( dog.script_owner == self )
|
||||
if ( !isDefined(dog.script_owner) || dog.script_owner == self )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user