mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Fletching fix
Should fix 2 people not being able to fletch at once. Let me know how it works - mr extremez :)
This commit is contained in:
@@ -64,7 +64,7 @@ public class Npc {
|
||||
updateRequired = true;
|
||||
}
|
||||
|
||||
public boolean requestTransformTime(Client player, int itemId, int animation, final int currentId, final int newId, int transformTime, int npcId) {
|
||||
public boolean requestTransformTime(Client player, int itemId, int animation, final int currentId, final int newId, int transformTime, final int npcId) {
|
||||
if (!player.getItemAssistant().playerHasItem(itemId)) {
|
||||
player.getActionSender().sendMessage("You need " + ItemAssistant.getItemName(itemId).toLowerCase() + " to do that.");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user