diff options
| author | Scott <scotth0828@gmail.com> | 2016-05-15 18:25:51 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-05-15 18:25:51 -0400 |
| commit | b882ce40b4e75832d108d284461d50ff38ebf879 (patch) | |
| tree | 23a904fc29c76e07cd8769d60ac5316a526302fb /gamemode/init.lua | |
| parent | 762d37c3b52a0490538974419c87bc8a6ef4c267 (diff) | |
| download | gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.gz gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.bz2 gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.zip | |
Removed all comments
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 ) ) |
