Skip to content

Commit

Permalink
возможно коммит придется откатить
Browse files Browse the repository at this point in the history
  • Loading branch information
AzzyDreemurr13 committed Oct 3, 2024
1 parent 719abe6 commit 3bf3145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var/global/list/admin_verbs_admin = list(
/client/proc/colorooc, //allows us to set a custom colour for everythign we say in ooc,
/client/proc/admin_ghost, //allows us to ghost/reenter body at will,
/client/proc/toggle_view_range, //changes how far we can see,
/client/proc/cmd_mwntor_pm_context, //right-click adminPM interface,
/client/proc/cmd_mentor_pm_panel,
/client/proc/cmd_admin_pm_context, //right-click adminPM interface,
/client/proc/cmd_admin_pm_panel, //admin-pm list,
/client/proc/cmd_admin_subtle_message, //send an message to somebody as a 'voice in their head',
Expand Down Expand Up @@ -480,7 +482,7 @@ var/global/list/admin_verbs_hideable = list(
if(!config.sql_enabled)
to_chat(usr, "<span class='notice'>SQL database is disabled. Setup it or use native Byond bans.</span>")
return

holder.DB_ban_panel()
feedback_add_details("admin_verb","UBP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return
Expand Down
1 change: 1 addition & 0 deletions taucetistation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@
#include "code\modules\media\broadcast\transmitters\broadcast.dm"
#include "code\modules\memories\memories.dm"
#include "code\modules\mentor\mentor.dm"
#include "code\modules\mentor\mentorpm.dm"
#include "code\modules\mentor\mentorhelp.dm"
#include "code\modules\metahelp\metahelp.dm"
#include "code\modules\minigames\minesweeper.dm"
Expand Down

0 comments on commit 3bf3145

Please sign in to comment.