gameServer2/src/utils.rs
author nemo
Sun, 29 Apr 2018 10:47:02 -0400
changeset 13353 5f6208031658
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.

use mio;

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