From aabd3ce2e425cafc0af079963bad483a7c4d3a94 Mon Sep 17 00:00:00 2001 From: mayekkuzu Date: Wed, 27 Nov 2024 18:19:28 +0300 Subject: [PATCH] Fix online users --- conf/emulinker.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/emulinker.cfg b/conf/emulinker.cfg index 489453e..d20f993 100644 --- a/conf/emulinker.cfg +++ b/conf/emulinker.cfg @@ -87,7 +87,7 @@ server.maxPing=250 # 1 = LAN, 2 = Excellent, 3 = Good, 4 = Average, 5 = Low, 6 = Bad server.allowedConnectionTypes=1,2,3,4,5,6 # Max number of users allowed to connect at a time, 0 to disable -server.maxUsers=100 +server.maxUsers=50 # Max number of games allowed on the server at a time, 0 to disable server.maxGames=0 # Set to false to prevent users from playing single player