blob: 7c7b69a199412d646b2ce88072970f45288e75b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
*/
|