summaryrefslogtreecommitdiff
path: root/objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'objects.c')
-rw-r--r--objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.c b/objects.c
index 72af5a5..a787d7b 100644
--- a/objects.c
+++ b/objects.c
@@ -87,5 +87,5 @@ void create_objects() {
create_box(11, 10, 0);
spawn_player(my_id);
- spawn_player(my_id+1);
+ //spawn_player(my_id+1);
} \ No newline at end of file