diff options
Diffstat (limited to 'code/Game.cs')
| -rw-r--r-- | code/Game.cs | 6 |
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
|
