You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 15:36:17 +00:00
🆙 Small fix
This commit is contained in:
-8
@@ -164,14 +164,6 @@ public class WiredConditionHabboHasHandItem extends InteractionWiredCondition {
|
|||||||
return (value == QUANTIFIER_ANY) ? QUANTIFIER_ANY : QUANTIFIER_ALL;
|
return (value == QUANTIFIER_ANY) ? QUANTIFIER_ANY : QUANTIFIER_ALL;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected int getHandItem() {
|
|
||||||
return this.handItem;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected int getUserSource() {
|
|
||||||
return this.userSource;
|
|
||||||
}
|
|
||||||
|
|
||||||
static class JsonData {
|
static class JsonData {
|
||||||
int handItemId;
|
int handItemId;
|
||||||
int userSource;
|
int userSource;
|
||||||
|
|||||||
@@ -442,30 +442,6 @@ public final class WiredManager {
|
|||||||
return handleEvent(event);
|
return handleEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Trigger a long periodic timer.
|
|
||||||
*/
|
|
||||||
public static boolean triggerTimerRepeatLong(Room room, HabboItem timerItem) {
|
|
||||||
if (!isEnabled() || room == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
WiredEvent event = WiredEvents.timerRepeatLong(room, timerItem);
|
|
||||||
return handleEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Trigger a short periodic timer.
|
|
||||||
*/
|
|
||||||
public static boolean triggerTimerRepeatShort(Room room, HabboItem timerItem) {
|
|
||||||
if (!isEnabled() || room == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
WiredEvent event = WiredEvents.timerRepeatShort(room, timerItem);
|
|
||||||
return handleEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trigger game start.
|
* Trigger game start.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user