mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-02 23:31:23 +01:00
test
This commit is contained in:
parent
2cf5956595
commit
8549892420
@ -29,6 +29,7 @@ public class CrazyAuctions extends JavaPlugin {
|
|||||||
|
|
||||||
getServer().getPluginManager().registerEvents(new DataListener(), this);
|
getServer().getPluginManager().registerEvents(new DataListener(), this);
|
||||||
getServer().getPluginManager().registerEvents(new AuctionInventoryClick(), this);
|
getServer().getPluginManager().registerEvents(new AuctionInventoryClick(), this);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user