Cleaned up code (removed unnneccessary lines / words)

This commit is contained in:
Lennart Kampshoff
2018-09-19 20:14:49 +02:00
parent 989fa856c2
commit c9b786cf03
4 changed files with 3 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ namespace reallife_gamemode.Server.Events
{
class Connect : Script
{
[ServerEvent(GTANetworkAPI.Event.PlayerConnected)]
[ServerEvent(Event.PlayerConnected)]
public void OnPlayerConnected(Client player)
{