Add Admin Check, Add AdminLevel Column in database

This commit is contained in:
hydrant
2018-09-19 12:25:49 +02:00
parent 8299b6c900
commit 26bfaacd67
5 changed files with 78 additions and 21 deletions

View File

@@ -5,6 +5,12 @@ namespace reallife_gamemode
{
public class Main : Script
{
/**
* @overview Life of German Reallife - Main Class (Main.cs)
* @author VegaZ, hydrant
* @copyright (c) 2008 - 2018 Life of German
*/
[ServerEvent(Event.ResourceStart)]
public void OnResourceStart()
{