diff --git a/sql-edition/servers/VendServer.py b/sql-edition/servers/VendServer.py index ccee841fbdde3a0ceb5ed5bafd57f7a01a5aa742..3c4290818603bf18b6a087706b91a7821fa422ff 100755 --- a/sql-edition/servers/VendServer.py +++ b/sql-edition/servers/VendServer.py @@ -105,7 +105,7 @@ def scroll_options(username, mk, welcome = False): c = c.strip() (slot_num, price, slot_name) = c.split(' ', 2) if slot_name == 'dead': continue - choices += '%s-(%sc)-%s8'%(slot_name, price, slot_num) + choices += '%s-(%sc)-%s8 '%(slot_name, price, slot_num) # we don't want to print snacks for now since it'll be too large # and there's physical bits of paper in the machine anyway - matt