Fixes moderators being able to make news posts.

This commit is contained in:
Erthilo
2012-06-05 05:16:35 +01:00
parent d34c64b030
commit fa9f511456
+1 -1
View File
@@ -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