mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
Small whitespace/warning sanitation
This commit is contained in:
@@ -34,7 +34,7 @@ public final class CraftServer implements Server {
|
||||
|
||||
if (pluginFolder.exists()) {
|
||||
try {
|
||||
Plugin[] plugins = plugins = pluginManager.loadPlugins(pluginFolder);
|
||||
Plugin[] plugins = pluginManager.loadPlugins(pluginFolder);
|
||||
|
||||
for (Plugin plugin : plugins) {
|
||||
pluginManager.enablePlugin(plugin);
|
||||
|
Reference in New Issue
Block a user