Fix screrror

This commit is contained in:
ineedbots 2021-05-11 11:30:55 -06:00
parent 7164076747
commit 27076789a4

View File

@ -2465,7 +2465,7 @@ bot_dogs_think()
} }
} }
if ( dog.script_owner == self ) if ( !isDefined(dog.script_owner) || dog.script_owner == self )
{ {
continue; continue;
} }