From b882ce40b4e75832d108d284461d50ff38ebf879 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 15 May 2016 18:25:51 -0400 Subject: Removed all comments --- gamemode/init.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'gamemode/init.lua') diff --git a/gamemode/init.lua b/gamemode/init.lua index da03d24..04f5637 100644 --- a/gamemode/init.lua +++ b/gamemode/init.lua @@ -937,7 +937,6 @@ concommand.Add( "gms_makefire", GM.MakeCampfire ) ---------------------------------------------------------------------------------------------------- */ function GM:PlayerInitialSpawn( ply ) - print("--------Inital spawn called!---------") ply:SetTeam( 1 ) ply.Skills = {} @@ -997,7 +996,6 @@ function GM:PlayerInitialSpawn( ply ) ply.FeatureUnlocks = tbl["unlocks"] ply.MaxResources = ( ply.Skills["Survival"] * 5 ) + 25 - print("Setting MaxResources to " .. ply.MaxResources) ply:SendMessage( "Loaded character successfully.", 3, Color( 255, 255, 255, 255 ) ) ply:SendMessage( "Last visited on " .. tbl.date .. ", enjoy your stay.", 10, Color( 255, 255, 255, 255 ) ) -- cgit v1.2.3-70-g09d2