overpy 9.4.24 → 9.4.25
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 +4 -0
- package/package.json +1 -1
package/overpy.js
CHANGED
|
@@ -169589,6 +169589,10 @@ var gamemodeKw = (
|
|
|
169589
169589
|
"zh-CN": "\u96EA\u7403\u6B7B\u6597",
|
|
169590
169590
|
"zh-TW": "\u96EA\u7403\u6B7B\u9B25\u5927\u4F5C\u6230"
|
|
169591
169591
|
},
|
|
169592
|
+
"stadium": {
|
|
169593
|
+
"en-US": "Stadium",
|
|
169594
|
+
"zh-CN": "\u51B3\u6597\u9886\u57DF"
|
|
169595
|
+
},
|
|
169592
169596
|
"tdm": {
|
|
169593
169597
|
"defaultTeam1Players": 4,
|
|
169594
169598
|
"defaultTeam2Players": 4,
|
package/package.json
CHANGED