Changed OtherNPC to OtherNpc, which conforms to the convention used

elsewhere.
This commit is contained in:
Joe0 2012-03-14 13:55:33 -05:00
parent af0727df03
commit cd90ec107a
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import org.moparscape.msc.gs.model.World;
* @author xEnt
*
*/
public class OtherNPC implements NpcHandler {
public class OtherNpc implements NpcHandler {
public static final World world = Instance.getWorld();

View File

@ -148,7 +148,7 @@ public class TalkToNpcHandler implements PacketHandler {
owner.getInterpreterThread().start();
} else {
try {
NpcHandler hand = new org.moparscape.msc.gs.npchandler.OtherNPC();
NpcHandler hand = new org.moparscape.msc.gs.npchandler.OtherNpc();
hand.handleNpc(affectedNpc, owner);
} catch (Exception e) {
Logger.error("Exception with npc["