gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Fri, 06 Oct 2017 14:03:13 +0200
changeset 12661 161c10db4f27
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Fix teleport allowing you to teleport in land if you clicked beyond the wrap-around border

use mio;

pub const PROTOCOL_VERSION : u32 = 3;
pub const SERVER: mio::Token = mio::Token(1000000000 + 0);