diff --git a/.vscode/settings.json b/.vscode/settings.json index 967fbbd69c67e..0ef2ce67760b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -46,8 +46,5 @@ "workbench.editorAssociations": { "*.dmi": "dmiEditor.dmiEditor" }, - "Lua.diagnostics.enable": false, - "dreammaker.byondPath": [ - "C:/Program Files (x86)/BYOND_NEW" - ] + "Lua.diagnostics.enable": false } diff --git a/code/_onclick/click_ctrl.dm b/code/_onclick/click_ctrl.dm index cac1e210c48bb..ebb22b9eafd11 100644 --- a/code/_onclick/click_ctrl.dm +++ b/code/_onclick/click_ctrl.dm @@ -35,9 +35,6 @@ . = ..() if(. || world.time < next_move || !can_perform_action(target, NOT_INSIDE_TARGET | SILENT_ADJACENCY | ALLOW_RESTING | FORBID_TELEKINESIS_REACH)) - message_admins(world.time) - message_admins(next_move) - message_admins(world.time < next_move ? "TRUE" : "FALSE") return . = TRUE