Cleaned up code (removed unnneccessary lines / words)

This commit is contained in:
hydrant
2018-09-19 20:14:49 +02:00
parent 969537c655
commit f4f4b897f0
4 changed files with 3 additions and 5 deletions

View File

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