1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-05 17:14:03 +00:00

Fixed extremely unimportant typo. (#1368)

'ot' to 'to'
This commit is contained in:
WaffleDevsAlt 2022-02-03 02:40:32 -05:00 committed by GitHub
parent 10fb7ddb5c
commit edd57b3956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,7 @@ try {
mods = loadMods();
console.log("Loaded", mods.length, "mods");
} catch (ex) {
console.error("Failed ot load mods");
console.error("Failed to load mods");
dialog.showErrorBox("Failed to load mods:", ex);
}