mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added config to stop any user making new warps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user