]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug code. Saving and loading from text files should be fully functional...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 15:01:59 +0000 (18:01 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 15:01:59 +0000 (18:01 +0300)
qcsrc/server/mutators/sandbox.qc

index 309b36186a96aebcd83eb5d6a4900c3341e91edf..3805dc32bf13d025ccf8a7a71bd13592916d2637 100644 (file)
@@ -251,7 +251,6 @@ void sandbox_Storage_DatabaseLoad()
                        entity e;
                        e = sandbox_SpawnObject(TRUE);
                        sandbox_Storage_Load(e, rf, TRUE);
-                       //dprint(strcat(rf, " --------\n"));
                }
        }
 }
@@ -262,7 +261,6 @@ MUTATOR_HOOKFUNCTION(sandbox_PlayerCommand)
                return FALSE;
        if(cmd_name == "g_sandbox")
        {
-//sandbox_Storage_DatabaseLoad();
                if(cmd_argc < 2)
                {
                        print_to(self, "Sandbox mode is active. For usage information, type 'sandbox help'");