Some refactoring of code. and some cleanups
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Game
|
||||
return;
|
||||
}
|
||||
|
||||
if (_player.isPossessing())
|
||||
if (_player.IsPossessing())
|
||||
return;
|
||||
|
||||
SpellCastTargets targets = new SpellCastTargets(_player, packet.Cast);
|
||||
|
||||
Reference in New Issue
Block a user