Skip to content

Commit

Permalink
Merge pull request #885 from Yata9arasu/hotkey-fix-return
Browse files Browse the repository at this point in the history
Brings back hotkey fix
  • Loading branch information
MysticalFaceLesS authored Aug 9, 2024
2 parents 9aabdce + 87f252f commit 9c9dcc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod_celadon/qol/_qol.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "_qol.dm"

// #include "code/hotkeyfix.dm"
#include "code/hotkeyfix.dm"
#include "code/hair.dm"
#include "code/glasses.dm"
#include "code/food_and_drinks.dm"
Expand Down
2 changes: 1 addition & 1 deletion mod_celadon/qol/code/hotkeyfix.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/client/verb/fix_layout()
set name = "Исправить раскладку"
set category = "OOC"
set category = "Special Verbs"

set_macros()
to_chat(src, span_warning("Перерегистрация макросов выполнена. Если не сработало, убедитесь что раскладка переключена на английский язык."))

0 comments on commit 9c9dcc5

Please sign in to comment.