mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-19 16:32:53 +00:00
Fix screrror
This commit is contained in:
parent
7164076747
commit
27076789a4
@ -2465,7 +2465,7 @@ bot_dogs_think()
|
||||
}
|
||||
}
|
||||
|
||||
if ( dog.script_owner == self )
|
||||
if ( !isDefined(dog.script_owner) || dog.script_owner == self )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user