1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00
Files
luanti/src/script/lua_api
SmallJoker 32f68f35cf Avoid packets getting sent to disconnected players (#14444)
Many functions expect RemotePlayer to have a valid peer ID,
this however is not the case immediately after disconnecting
where the object is still alive and pending for removal.

ServerEnvironment::getPlayer(const char *, bool) now only
returns players that are connected unless forced to.
2024-03-10 13:24:35 +01:00
..
2024-02-13 22:47:30 +01:00
2024-03-03 20:16:32 +01:00
2024-02-02 21:21:00 +01:00
2024-02-13 22:47:30 +01:00
2022-11-15 16:45:12 +01:00
2024-02-24 12:39:12 +01:00
2022-12-24 08:24:59 -05:00
2024-02-13 22:47:30 +01:00
2023-06-23 09:05:26 +02:00