1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-30 23:15:32 +01:00

Allow mods to listen to cheat detections using minetest.register_on_cheat()

This commit is contained in:
Perttu Ahola
2013-08-04 00:45:49 +03:00
parent 742614180c
commit 8831669505
7 changed files with 40 additions and 3 deletions

View File

@@ -262,7 +262,8 @@ public:
{
return m_dig_pool;
}
void checkMovementCheat();
// Returns true if cheated
bool checkMovementCheat();
// Other