Fixed Spawn class namespace

This commit is contained in:
Lennart Kampshoff
2018-09-19 20:03:44 +02:00
parent 4a790518e2
commit 989fa856c2

View File

@@ -12,7 +12,7 @@ using reallife_gamemode.Model;
* @copyright (c) 2008 - 2018 Life of German
*/
namespace reallife_gamemode.Server.Event
namespace reallife_gamemode.Server.Events
{
public class Spawn : Script
{