# HG changeset patch # User sirebral # Date 1247812046 18000 # Node ID c97c641a76fdc4e8a69f52d8ef84e21e4546530f # Parent b287779758278c483ce38ccc3be5ac580c54217e Small changes made to the mplay_server_gui.py that prevented a server from starting. diff -r b28777975827 -r c97c641a76fd orpg/networking/mplay_server_gui.py --- a/orpg/networking/mplay_server_gui.py Thu Jul 16 18:28:29 2009 -0500 +++ b/orpg/networking/mplay_server_gui.py Fri Jul 17 01:27:26 2009 -0500 @@ -162,8 +162,8 @@ self.InsertColumn(3, "Room") self.InsertColumn(4, "Version") self.InsertColumn(5, "Role") - self.InsertColumn(6, "IP") - self.InsertColumn(7, "Ping") + self.InsertColumn(6, "IP") + self.InsertColumn(7, "Ping") # Set the column widths self.AutoAjust() diff -r b28777975827 -r c97c641a76fd orpg/orpg_version.py --- a/orpg/orpg_version.py Thu Jul 16 18:28:29 2009 -0500 +++ b/orpg/orpg_version.py Fri Jul 17 01:27:26 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090716-00" +BUILD = "090717-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"