]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qc
Remove outdated g_waypointsprite_tactical cvar; fix typos in some cvar descriptions...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qc
index 3151d7cdb1c86fb696128d439ef6a38213cff553..2746eabfc3fa048f681dd0ce0030075a6bdec8c3 100644 (file)
@@ -181,7 +181,7 @@ NET_HANDLE(ENT_CLIENT_ITEM, bool isnew)
         setsize(this, '-16 -16 0', (use_bigsize) ? '16 16 48' : '16 16 32');
     }
 
-    if(sf & ISF_STATUS) // need to read/write status frist so model can handle simple, fb etc.
+    if(sf & ISF_STATUS) // need to read/write status first so model can handle simple, fb etc.
     {
         this.ItemStatus = ReadByte();