Fixed a typo in my code

This commit is contained in:
Ceikry 2020-03-01 20:07:23 -06:00
parent dd14308431
commit 6e211e2152

View file

@ -539,7 +539,7 @@ public abstract class Familiar extends NPC implements Plugin<Object> {
//int spamTimer = 0;
public boolean call() {
Location destination = getSpawnLocation();
if (destination == null && spamTimer == 0) {
if (destination == null) {
//owner.getPacketDispatch().sendMessage("Your familiar is too big to fit here. Try calling it again when you are standing");
//owner.getPacketDispatch().sendMessage("somewhere with more space.");
//spamTimer = 50;