move 'player.noclip' and 'player.flight' handlers to Lua

This commit is contained in:
MihailRis
2024-12-23 13:51:12 +03:00
parent 9164edf971
commit 3d33de502d
6 changed files with 58 additions and 43 deletions
-2
View File
@@ -27,8 +27,6 @@ struct PlayerInput {
bool shift : 1;
bool cheat : 1;
bool jump : 1;
bool noclip : 1;
bool flight : 1;
};
struct CursorSelection {