overpy 9.7.7 → 9.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/overpy.js +1 -1
- package/package.json +1 -1
package/overpy.js
CHANGED
|
@@ -71924,7 +71924,7 @@ You can also specify \`noTlErr\` to have spectators view the default language wh
|
|
|
71924
71924
|
"description": "If set, the source lines of the translations will not be included in the generated .po files. Use this if you are not actively translating your gamemode, to prevent cluttering git diffs."
|
|
71925
71925
|
},
|
|
71926
71926
|
"writeToOutputFile": {
|
|
71927
|
-
"description": "If specified, the compiled code will
|
|
71927
|
+
"description": "If specified, the compiled code will also be written to a file with the same name as the main file, but with a `.ws.txt` extension (eg `myGamemode.opy` will produce `myGamemode.ws.txt`)."
|
|
71928
71928
|
},
|
|
71929
71929
|
"postCompileHook": {
|
|
71930
71930
|
"description": `
|
package/package.json
CHANGED