mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-22 15:38:52 -05:00
Changed OtherNPC to OtherNpc, which conforms to the convention used
elsewhere.
This commit is contained in:
parent
af0727df03
commit
cd90ec107a
@ -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();
|
||||
|
@ -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["
|
||||
|
Loading…
Reference in New Issue
Block a user