fix: Fixes travel restriction messages (#1302)
This commit is contained in:
parent
b03e2efdd6
commit
43d33759df
2 changed files with 2 additions and 2 deletions
|
|
@ -666,6 +666,7 @@ namespace Server.Spells
|
|||
|
||||
if (destination?.CheckTravel(caster, loc, type, out message) == false || current?.CheckTravel(caster, loc, type, out message) == false)
|
||||
{
|
||||
message ??= InvalidTravelMessage(type);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue