mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Fixes moderators being able to make news posts.
This commit is contained in:
@@ -201,7 +201,7 @@ client/proc/remove_news(ID as num)
|
||||
display_all_news_list()
|
||||
|
||||
client/proc/edit_news(ID as num)
|
||||
if(!src.holder)
|
||||
if(!src.holder || src.holder.level <= 0)
|
||||
src << "<b>You tried to modify the news, but you're not an admin!"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user