This commit is contained in:
Ryder Belserion 2023-07-22 02:43:31 -04:00
parent 2cf5956595
commit 8549892420
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class CrazyAuctions extends JavaPlugin {
getServer().getPluginManager().registerEvents(new DataListener(), this);
getServer().getPluginManager().registerEvents(new AuctionInventoryClick(), this);
}
@Override