minor optimisation for hashing algo

This commit is contained in:
ZXMushroom63 2024-12-04 14:22:28 +08:00
parent f26c3b55d1
commit f485ef39f2

View File

@ -22,7 +22,7 @@ globalThis.modapi_postinit = "(" + (() => {
ModAPI.meta._versionMap = {};
ModAPI.array = {};
ModAPI.version = "v2.3";
ModAPI.version = "v2.3.1";
ModAPI.flavour = "injector";
ModAPI.GNU = "terry pratchett";
ModAPI.credits = ["ZXMushroom63", "radmanplays", "Murturtle", "OtterCodes101", "TheIdiotPlays", "OeildeLynx31", "Stpv22"];