Some refactoring of code. and some cleanups

This commit is contained in:
hondacrx
2019-09-21 12:11:16 -04:00
parent 7c405230cc
commit 35c06c09fd
214 changed files with 1235 additions and 1341 deletions
+1 -2
View File
@@ -19,7 +19,6 @@ using Framework.Constants;
using Game.DataStorage;
using Game.Entities;
using Game.Groups;
using Game.Guilds;
using Game.Loots;
using Game.Maps;
using Game.Network;
@@ -259,7 +258,7 @@ namespace Game
if (!_looter.IsWithinDist(creature, LootDistance))
return false;
return _looter.isAllowedToLoot(creature);
return _looter.IsAllowedToLoot(creature);
}
Player _looter;