mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes admins being able to use the JMP verb as a new player (#63835)
they should NOT be able to do this
This commit is contained in:
@@ -743,6 +743,8 @@
|
||||
else if(href_list["adminplayerobservecoodjump"])
|
||||
if(!isobserver(usr) && !check_rights(R_ADMIN))
|
||||
return
|
||||
if(isnewplayer(usr))
|
||||
return
|
||||
|
||||
var/x = text2num(href_list["X"])
|
||||
var/y = text2num(href_list["Y"])
|
||||
|
||||
Reference in New Issue
Block a user