]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update the weapon ammo notification to point people to the developers
authorMario <mario@smbclan.net>
Mon, 15 Oct 2018 12:15:58 +0000 (22:15 +1000)
committerMario <mario@smbclan.net>
Mon, 15 Oct 2018 12:15:58 +0000 (22:15 +1000)
qcsrc/server/weapons/weaponsystem.qc

index 86988b6e084a7e3e74d9c0a52ad6457f4f3e776c..29c4018bd23870f30c76f1639bfc21936803178b 100644 (file)
@@ -697,7 +697,7 @@ void W_DecreaseAmmo(Weapon wep, entity actor, float ammo_use, .entity weaponenti
                {
                        backtrace(sprintf(
                                "W_DecreaseAmmo(%.2f): '%s' subtracted too much %s from '%s', resulting with '%.2f' left... "
-                               "Please notify Samual immediately with a copy of this backtrace!\n",
+                               "Please notify the developers immediately with a copy of this backtrace!\n",
                                ammo_use,
                                wep.netname,
                                GetAmmoPicture(wep.ammo_type),