diff --git a/.gitignore b/.gitignore index e5e3127..716dbfe 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +[Bb]uild + # End of https://www.toptal.com/developers/gitignore/api/lua,visualstudiocode,windows diff --git a/MWSE/mods/Keyboard Layout Changer/common.lua b/MWSE/mods/Keyboard Layout Changer/common.lua index bdd6005..a438385 100644 --- a/MWSE/mods/Keyboard Layout Changer/common.lua +++ b/MWSE/mods/Keyboard Layout Changer/common.lua @@ -20,4 +20,4 @@ function this.changeLayout(keys) mwse.memory.writeBytes({address = 0x775248, bytes = keys.uppercase}) end -return this \ No newline at end of file +return this