Added config to stop any user making new warps

This commit is contained in:
Cooldude2606
2019-06-07 20:09:04 +01:00
parent f3fe9a5295
commit fee0b8c478
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ local function player_allowed_edit(player,warp_id)
return true
end
else
if config.any_user_can_add_new_task then
if config.any_user_can_add_new_warp then
return true
end
end