another test

This commit is contained in:
Ryder Belserion 2023-07-22 02:46:20 -04:00
parent 8549892420
commit 172772340c
No known key found for this signature in database

View File

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