We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6922315 commit 090dbf7Copy full SHA for 090dbf7
msu/hooks/entity/tactical/tactical_entity_manager.nut
@@ -38,7 +38,7 @@
38
39
q.getAdjacentActors <- function( _tile )
40
{
41
- if (_tile != null && _tile.ID == 0)
+ if (_tile.ID == 0)
42
43
::logError("The ID of _tile is 0 which means that the actor this tile was fetched from is not placed on map.");
44
throw ::MSU.Exception.InvalidValue(_tile);
0 commit comments