Added xp gain on killing NPCs, fixed some bugs, added 2 new config options

This commit is contained in:
Light2
2014-03-26 23:37:10 +01:00
parent d1a7f20177
commit c3772e3246
27 changed files with 228 additions and 208 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ public class BuffService implements INetworkDispatch {
return null;
}
if (!core.simulationService.checkLineOfSight(buffer, target)) {
if (target != buffer && !core.simulationService.checkLineOfSight(buffer, target)) {
return null;
}