1
0
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:
Loic Blot
2017-09-27 23:48:06 +02:00
parent 0df3671a34
commit 27eeb3581f
3 changed files with 32 additions and 32 deletions

View File

@ -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();