r4849 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 24 02:18:18 EDT 2008


Author: div0
Date: 2008-10-24 02:18:18 -0400 (Fri, 24 Oct 2008)
New Revision: 4849

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
fix spacing :P


Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2008-10-24 06:17:05 UTC (rev 4848)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2008-10-24 06:18:18 UTC (rev 4849)
@@ -452,8 +452,8 @@
 	register_weapon(WEP_PORTO,            w_porto,     IT_SUPERWEAPON, 0, 0,     0, "porto" ,    "porto",           "Port-O-Launch");
 	register_weapon(WEP_MINSTANEX,        w_minstanex, IT_CELLS,       7, 0, 10000, "minstanex", "minstanex",       "MinstaNex");
 	register_weapon(WEP_HOOK,             w_hook,      IT_CELLS,       0, 0,     0, "hookgun",   "hook",            "Grappling Hook");
-	register_weapon(WEP_SEEKER,           w_seeker,    IT_ROCKETS,     8, 0,     0, "seeker",     "seeker",         "T.A.G. Seeker");
-	register_weapon(WEP_HLAC,             w_hlac,      IT_CELLS,       6, 0,     0, "hlac",       "hlac",           "Heavy Laser Assault Cannon");
+	register_weapon(WEP_SEEKER,           w_seeker,    IT_ROCKETS,     8, 0,     0, "seeker",    "seeker",          "T.A.G. Seeker");
+	register_weapon(WEP_HLAC,             w_hlac,      IT_CELLS,       6, 0,     0, "hlac",      "hlac",            "Heavy Laser Assault Cannon");
 
 	register_weapons_done();
 }




More information about the nexuiz-commits mailing list