overpy 9.5.4 → 9.5.5
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -264,7 +264,7 @@ If a function is not in that list, then the name is the English name in camelCas
|
|
|
264
264
|
<code>Disable Movement Collision With Players</code> | <code><i>player</i>.disablePlayerCollision()</code>
|
|
265
265
|
<code>Divide(A, 3)</code> | <code>A / 3</code>
|
|
266
266
|
<code>Down</code> | <code>Vector.DOWN</code>
|
|
267
|
-
<code>Else</code> | <code>else:</code>
|
|
267
|
+
<code>Else</code> | <code>else:</code>
|
|
268
268
|
<code>Else If</code> | <code>elif:</code>
|
|
269
269
|
<code>Empty Array</code> | <code>[]</code>
|
|
270
270
|
<code>End</code> | Go back a level of indentation
|
package/package.json
CHANGED