Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Jul 4, 2023
1 parent bc7aade commit fb129bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/universalreloader/spawnHandler.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ class URLSpawnHandler : EventHandler {
foreach (weapon : ammoSpawn.weaponNames) console.printf("* "..weapon);
}

maerial.itemsThatUseThis.append(ammoSpawn.weaponNames);
material.itemsThatUseThis.append(ammoSpawn.weaponNames);
}
}
}

0 comments on commit fb129bd

Please sign in to comment.