Add some Faction commands, Try EF error fix

This commit is contained in:
hydrant
2018-09-23 13:34:02 +02:00
parent dfca89fc08
commit 4631f4bb75
4 changed files with 81 additions and 13 deletions

View File

@@ -43,11 +43,5 @@ namespace reallife_gamemode
}
}
}
[ServerEvent(Event.ResourceStop)]
public void OnResourceStop()
{
NAPI.Chat.SendChatMessageToAll("on stop");
}
}
}