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:
parent
0df3671a34
commit
27eeb3581f
3 changed files with 32 additions and 32 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue