mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Updated warps
This commit is contained in:
@@ -14,7 +14,7 @@ local Tasks = require 'modules.control.tasks' --- @dep modules.control.tasks
|
||||
--- If a player is allowed to use the edit buttons
|
||||
local function player_allowed_edit(player,task)
|
||||
if task then
|
||||
if config.user_can_edit_own_tasks and task.last_edit_player == player.name then
|
||||
if config.user_can_edit_own_tasks and task.last_edit_name == player.name then
|
||||
return true
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user