1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00: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
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
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();