mirror of
https://github.com/Freaku17/BombSquad-Mods-byFreaku
synced 2025-10-19 20:20:40 +00:00
Fix oops
This commit is contained in:
parent
e2b927c1e6
commit
87a48cd6ce
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Defines a simple plugin that allows you to:
|
||||
### See any errors of your mods (if present) in folder BombSquad/console/logs.txt
|
||||
### Get config contents
|
||||
### Create/Delete sys
|
||||
### Create/Delete system scripts
|
||||
### Get 3D co-ordinate points in any Map!
|
||||
### Get internal packages
|
||||
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
# ----- For beginners -----
|
||||
'''
|
||||
# Use sys in Plugins
|
||||
# Use system_scripts in Plugins
|
||||
# and a Code Editor app (on Play Store)
|
||||
|
||||
# Then start playing (editing) those internal .py files
|
||||
|
|
@ -278,4 +278,4 @@ class Terminal_get3Dpoint(bs.TeamGameActivity[Player, Team]):
|
|||
self.respawn_player(msg.getplayer(self.playertype), 1)
|
||||
else:
|
||||
return super().handlemessage(msg)
|
||||
return None
|
||||
return None
|
||||
Loading…
Add table
Add a link
Reference in a new issue