home · contact · privacy
Server, plugin: Refactor play_use plugin hooking.
[plomrogue] / server / config / commands.py
index 49fa6133aa7d91aad532ed109dfed45c0836ee26..60b77fc2344fe9ae27e551f816a0ba89a0b35aee 100644 (file)
@@ -69,3 +69,4 @@ commands_db = {
 
 command_worldactive_test_hook = lambda: True
 play_move_attempt_hook = lambda x, y, z: False
+play_use_attempt_hook = lambda x, y: None