From b5209f4b607e0fdd580b953a319fc145fb558430 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 24 Nov 2017 01:05:18 +0100 Subject: [PATCH] gamemode: Updated author and contact info Before the 13th June 2016, the gamemode was indeed largely based on the version Kow@lski released to the Workshop (which was based on the original version AMT released). On 13th June 2016, I took it upon myself to completely rewrite the existing game mode to future proof it for years to come and make it incredibly easy to change. This means that after the 13th June 2016, the sole author was and still is Michael Fabian 'Xaymar' Dirks. --- Source/gamemodes/prophuntextended/gamemode/sh_init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/gamemodes/prophuntextended/gamemode/sh_init.lua b/Source/gamemodes/prophuntextended/gamemode/sh_init.lua index f233cb5..6edad15 100644 --- a/Source/gamemodes/prophuntextended/gamemode/sh_init.lua +++ b/Source/gamemodes/prophuntextended/gamemode/sh_init.lua @@ -26,8 +26,8 @@ --! Gamemode Information -- ------------------------------------------------------------------------- -- GM.Name = "Prop Hunt Extended" -GM.Author = "Michael 'Xaymar' Dirks (Based on Kow@lskis Version, Original by AMT)" -GM.Email = "michael.fabian.dirks@gmail.com" +GM.Author = "Michael Fabian 'Xaymar' Dirks" +GM.Email = "info@xaymar.com" GM.Website = "http://xaymar.com/" GM.TeamBased = true