Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -64,5 +64,10 @@ namespace Content.Shared.Administration
|
||||
{
|
||||
return HasFlag(AdminFlags.Admin);
|
||||
}
|
||||
|
||||
public bool CanAdminReloadPrototypes()
|
||||
{
|
||||
return HasFlag(AdminFlags.Host);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user