]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a minor typo in a comment
authorMario <mario.mario@y7mail.com>
Sat, 7 Jan 2023 11:32:19 +0000 (21:32 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 7 Jan 2023 11:32:19 +0000 (21:32 +1000)
qcsrc/server/weapons/spawning.qc

index 5376924b8404e2c19606a06d8ed5bf3d4f84cee5..0685062f58787167e8a463576ba98638becf72eb 100644 (file)
@@ -61,7 +61,7 @@ void weapon_defaultspawnfunc(entity this, Weapon wpn)
                                {
                                        entity replacement = spawn();
                                        Item_CopyFields(this, replacement);
-                                       // DO NOTE USE, causes #2792
+                                       // DO NOT USE, causes #2792
                                        //copyentity(this, replacement);
                                        replacement.m_isreplaced = true;
                                        weapon_defaultspawnfunc(replacement, wep);