signing key test

This commit is contained in:
Ryder Belserion 2023-07-22 02:47:40 -04:00
parent 172772340c
commit 84abdcdf1d
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