summaryrefslogtreecommitdiff
path: root/NET/worlds/network/P17UserServer.java
blob: 1fa1cc22d1bd3a6fe7bdcfb0486560e670c18e9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package NET.worlds.network;

public class P17UserServer extends UserServer {
   protected P17UserServer() {
      this._serverProtocolVersion = 17;
   }

   @Override
   protected void state_XMIT_PROPREQ() {
      this._state.setState(7);
   }
}