diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
| commit | 8b69e65e51507118b014a0426ae6f957b78a0707 (patch) | |
| tree | c1507990c5f5cc05a4e9000c295618ac85524f9a /code/Game.cs | |
| parent | 71db52c5443a7bf82d9a23a770994a42b043be04 (diff) | |
Reformat
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
|
