mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 09:50:23 +02:00
Fix some forgotten u16 -> session_t in ad7daf7b52
This commit is contained in:
@ -422,7 +422,7 @@ public:
|
||||
void step(float dtime);
|
||||
|
||||
/* get list of active client id's */
|
||||
std::vector<u16> getClientIDs(ClientState min_state=CS_Active);
|
||||
std::vector<session_t> getClientIDs(ClientState min_state=CS_Active);
|
||||
|
||||
/* verify is server user limit was reached */
|
||||
bool isUserLimitReached();
|
||||
|
Reference in New Issue
Block a user