Adds promotehost command to make bootstrapping admin privileges easier.

This commit is contained in:
Pieter-Jan Briers
2020-12-23 16:24:05 +01:00
parent 764465f60c
commit a5151af4c1
3 changed files with 48 additions and 2 deletions

View File

@@ -72,5 +72,7 @@ namespace Content.Server.Administration
void ReloadAdminsWithRank(int rankId);
void Initialize();
void PromoteHost(IPlayerSession player);
}
}