Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
fix
Dieser Commit ist enthalten in:
Ursprung
a29c753e39
Commit
673af65078
@ -61,6 +61,7 @@ public class VelocityPluginContainer implements PluginContainer {
|
||||
Executors.newCachedThreadPool(
|
||||
new ThreadFactoryBuilder().setDaemon(true)
|
||||
.setNameFormat(name + " - Task Executor #%d")
|
||||
.setDaemon(true)
|
||||
.build()
|
||||
)
|
||||
);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren