diff options
Diffstat (limited to 'gamemode/init.lua')
| -rw-r--r-- | gamemode/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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 ) ) |
