[MIRROR] Fix stupid casing where we have both icons/Testing and icons/testing (#5838)

* Fix stupid casing where we have both icons/Testing and icons/testing (#59220)

In this PR, mothblocks malds.

* Fix stupid casing where we have both icons/Testing and icons/testing

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-05-21 04:19:36 +01:00
committed by GitHub
co-authored by Mothblocks
parent 635ad323a3
commit 32a481a65b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
generated_icon.GetPixel(1, 1)
generated_icons[icon_state] = generated_icon
var/icon/icon_bundle = icon('icons/Testing/greyscale_error.dmi')
var/icon/icon_bundle = icon('icons/testing/greyscale_error.dmi')
for(var/icon_state in generated_icons)
icon_bundle.Insert(generated_icons[icon_state], icon_state)

Before

Width:  |  Height:  |  Size: 983 B

After

Width:  |  Height:  |  Size: 983 B