mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Fix unidles trigger
This commit is contained in:
parent
b854849539
commit
b80ebad61b
@ -14,7 +14,7 @@ import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
|
||||
public class WiredTriggerHabboUnidle extends InteractionWiredTrigger {
|
||||
private static final WiredTriggerType type = WiredTriggerType.IDLES;
|
||||
private static final WiredTriggerType type = WiredTriggerType.UNIDLES;
|
||||
|
||||
public WiredTriggerHabboUnidle(ResultSet set, Item baseItem) throws SQLException {
|
||||
super(set, baseItem);
|
||||
|
Loading…
Reference in New Issue
Block a user