[FIXED] reserveSlot doesnt really work

Fixed bugs, solved problems, and old reports.
Locked
ven000m
Offline
Posts: 31
Joined: May 25th, 2011, 1:14 am

[FIXED] reserveSlot doesnt really work

Post by ven000m »

Hey fragmer.

just want you to tell,

reserveSlot="true"

doesnt really work.
it still says "server full" for admins/ops

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: reserveSlot doesnt really work

Post by fragmer »

Reserved slots work unless the main world is full. There is no way around the 128 players per world limit, that's built into the protocol. One possible workaround would be to kick someone to let the connecting player in, for example the player who's been idle for the longest time.

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: reserveSlot doesnt really work

Post by fragmer »

Recent patch now kicks the longest-idle player from the server if the main world is full, and if a reserved-slot player is connecting.

Locked