Removed random message when talking to Simon Templeton.

This commit is contained in:
NixWigton 2021-08-06 14:28:53 -05:00
parent e34a6a1d4e
commit 2ce801c77b

View file

@ -38,7 +38,6 @@ public final class SimonTempleton extends DialoguePlugin{
return true;
}
}
player.getPacketDispatch().sendMessage("" + args.length);
npc("G'day, mate!. Got any new", "pyramid artefacts for me?");
return true;
}