]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix something
authorSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 17:25:47 +0000 (13:25 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 17:25:47 +0000 (13:25 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index 342db307880f03c58b7ba11576630e49964d6f7b..f6d6647b05f7caeb776ced3476664b2c84fd4ae0 100644 (file)
@@ -984,8 +984,8 @@ void ctf_FlagSetup(float teamnumber, entity flag) // called when spawning a flag
        flag.think = ctf_FlagThink;
        flag.nextthink = time + FLAG_THINKRATE;
        flag.ctf_status = FLAG_BASE;
-       
-       
+
+       // appearence
        if(flag.model == "")       { flag.model = ((teamnumber) ? autocvar_g_ctf_flag_red_model : autocvar_g_ctf_flag_blue_model); }
        if(!flag.scale)            { flag.scale = FLAG_SCALE; }
        if(!flag.skin)             { flag.skin = ((teamnumber) ? autocvar_g_ctf_flag_red_skin : autocvar_g_ctf_flag_blue_skin); }