ultimate report system

This commit is contained in:
2019-09-02 20:46:05 +02:00
parent f29bd12757
commit 6dc9e5961c
7 changed files with 90 additions and 51 deletions

View File

@@ -21,6 +21,10 @@ namespace ReallifeGamemode.Server.Report
{
this.admin = nAdmin;
}
public String getAdmin()
{
return this.admin;
}
public String getUser()
{