aboutsummaryrefslogtreecommitdiffstats
path: root/code/Game.cs
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-07-27 22:30:22 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-07-27 22:30:22 +0100
commit8b69e65e51507118b014a0426ae6f957b78a0707 (patch)
treec1507990c5f5cc05a4e9000c295618ac85524f9a /code/Game.cs
parent71db52c5443a7bf82d9a23a770994a42b043be04 (diff)
Reformat
Diffstat (limited to 'code/Game.cs')
-rw-r--r--code/Game.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/code/Game.cs b/code/Game.cs
index e603fda..f235df0 100644
--- a/code/Game.cs
+++ b/code/Game.cs
@@ -14,12 +14,6 @@ public partial class MurderGame : Sandbox.GameManager
{
Game.RootPanel = new Hud();
}
- // if ( Game.IsServer )
- // {
- // // The packageName should always match org.ident
- // // In this case, we ask to download gvar.citizen_zombie -> https://asset.party/gvar/citizen_zombie
- // DownloadAsset( "gvar.citizen_zombie" );
- // }
}
public static MurderGame Instance