Remove stray print

This commit is contained in:
Fesiug 2023-12-18 00:05:00 -05:00
parent eb5eb47b17
commit 1b6ba1365c
1 changed files with 0 additions and 1 deletions

View File

@ -1524,7 +1524,6 @@ end
-- Ammo generator
for class, data in SortedPairs( WEAPONS ) do
print(class=="aa12")
if data.Features == "firearm" then
WEAPONS["mag_" .. class] = {
Name = "MAG: " .. WEAPONS[class].Name,