Fix for max players not displaying properly (MPS)
This commit is contained in:
parent
d83b586a3a
commit
043f67f78c
@ -532,6 +532,8 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
|||||||
@EventHandler
|
@EventHandler
|
||||||
public void MessageMOTD(ServerListPingEvent event)
|
public void MessageMOTD(ServerListPingEvent event)
|
||||||
{
|
{
|
||||||
|
event.setMaxPlayers(_serverConfig.MaxPlayers);
|
||||||
|
|
||||||
//MPS
|
//MPS
|
||||||
if (_gameHostManager != null && _gameHostManager.isPrivateServer())
|
if (_gameHostManager != null && _gameHostManager.isPrivateServer())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user