summaryrefslogtreecommitdiff
path: root/NET/worlds/network/P17UserServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'NET/worlds/network/P17UserServer.java')
-rw-r--r--NET/worlds/network/P17UserServer.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/NET/worlds/network/P17UserServer.java b/NET/worlds/network/P17UserServer.java
new file mode 100644
index 0000000..7c7b69a
--- /dev/null
+++ b/NET/worlds/network/P17UserServer.java
@@ -0,0 +1,27 @@
+/* */ package NET.worlds.network;
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */ public class P17UserServer
+/* */ extends UserServer
+/* */ {
+/* */ protected P17UserServer()
+/* */ {
+/* 13 */ this._serverProtocolVersion = 17;
+/* */ }
+/* */
+/* */
+/* */ protected void state_XMIT_PROPREQ()
+/* */ {
+/* 19 */ this._state.setState(7);
+/* */ }
+/* */ }
+
+
+/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\network\P17UserServer.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 0.7.1
+ */ \ No newline at end of file