Skip to content

Commit 7cd1c76

Browse files
author
Sierra Nevada
committed
change 3-5 to 1 cube on print() part, leftover debugging text oopise
1 parent 7d03721 commit 7cd1c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sourcebox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ def main():
10091009
print(" python bridge - spawn the cube from sourcebox")
10101010
print(" picker - aimbot (script PickerToggle and PickerNext)")
10111011
print(" awp quit - shoot srcbox with awp to quit the game")
1012-
print(" auto-spawner - spawns 3-5 cubes at random locations on map load")
1012+
print(" auto-spawner - spawns 1 cube at random locations on map load")
10131013
print("\n[auto-load] all scripts start automatically on map load")
10141014
print("\n[manual] if needed:")
10151015
print(" script_execute python_listener")

source_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ def stop(self):
26282628
print(" python bridge - spawn the cube from sourcebox")
26292629
print(" picker - aimbot (script PickerToggle and PickerNext)")
26302630
print(" awp quit - shoot srcbox with awp to quit the game")
2631-
print(" auto-spawner - spawns 3-5 cubes at random locations on map load")
2631+
print(" auto-spawner - spawns 1 cube at random locations on map load")
26322632
print("\n[auto-load] all scripts start automatically on map load")
26332633
print("\n[manual] if needed:")
26342634
print(" script_execute python_listener")

0 commit comments

Comments
 (0)