You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We reject this outright if the sender permissions are not sufficient:// The either have to be the owner of the task (task.programmer == sender_permissions.task_perms)// Or they have to be a wizard.// TODO: Verify kill task permissions is right// Will have to verify that it's enough that .player on task control can// be considered "owner" of the task, or there needs to be some more// elaborate consideration here?
The text was updated successfully, but these errors were encountered:
Will have to verify that it's enough that .player on task control can
be considered "owner" of the task, or there needs to be some more
elaborate consideration here?
moor/crates/kernel/src/tasks/scheduler.rs
Line 1174 in 47435a1
The text was updated successfully, but these errors were encountered: