Files
Civ/plugins
Alexander e805aa6e97 Remove ACivMod.getInstance(Some.class)
This isn't used once by a single civ-plugin, and is just a more expensive version of JavaPlugin.getPlugin(Some.class) since it's impossible for that to fail, but for there to still be a plugin instance in some static field.
2023-11-12 13:40:02 +00:00
..