comparison orpg/networking/mplay_server_gui.py @ 9:c97c641a76fd traipse_dev

Small changes made to the mplay_server_gui.py that prevented a server from starting.
author sirebral
date Fri, 17 Jul 2009 01:27:26 -0500
parents 4385a7d0efd1
children a571772a45c7
comparison
equal deleted inserted replaced
8:b28777975827 9:c97c641a76fd
160 self.InsertColumn(1, "Player") 160 self.InsertColumn(1, "Player")
161 self.InsertColumn(2, "Status") 161 self.InsertColumn(2, "Status")
162 self.InsertColumn(3, "Room") 162 self.InsertColumn(3, "Room")
163 self.InsertColumn(4, "Version") 163 self.InsertColumn(4, "Version")
164 self.InsertColumn(5, "Role") 164 self.InsertColumn(5, "Role")
165 self.InsertColumn(6, "IP") 165 self.InsertColumn(6, "IP")
166 self.InsertColumn(7, "Ping") 166 self.InsertColumn(7, "Ping")
167 167
168 # Set the column widths 168 # Set the column widths
169 self.AutoAjust() 169 self.AutoAjust()
170 170
171 # Build our pop up menu to do cool things with the players in the list 171 # Build our pop up menu to do cool things with the players in the list