diff --git a/Utilities/terminal.py b/Utilities/terminal.py index 0962d7e..b7b9d65 100644 --- a/Utilities/terminal.py +++ b/Utilities/terminal.py @@ -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 \ No newline at end of file