forked from 2009Scape/Server
Fixed a typo in my code
This commit is contained in:
parent
dd14308431
commit
6e211e2152
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue