Misc fixes

This commit is contained in:
hondacrx
2024-01-28 15:23:54 -05:00
parent 6f4b7ddd9d
commit dbf63667ae
5 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -679,7 +679,7 @@ namespace Scripts.World.GameObjects
_rings = 12;
}
// Dwarf hourly horn should only play a Math.Single time, each time the next hour begins.
// Dwarf hourly horn should only play a Single time, each time the next hour begins.
if (_soundId == BellHourlyConst.Belltolldwarfgnome)
{
_rings = 1;