forked from NewEriduPubSec/JaneDoe-ZS
server version: milestone 2 reached (0.2.0)
This commit is contained in:
parent
50f694add0
commit
356fc5278e
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
pub const SERVER_VERSION: &str = "0.1.0";
|
||||
pub const SERVER_VERSION: &str = "0.2.0";
|
||||
pub const CLIENT_VERSION: &str = "CNBeta1.1.1";
|
||||
|
|
|
@ -130,7 +130,7 @@ pub async fn on_beginner_battle_rebegin(
|
|||
pub async fn on_sync_hall_event(
|
||||
_session: &NetSession,
|
||||
_player: &mut Player,
|
||||
req: SyncHallEventCsReq,
|
||||
_req: SyncHallEventCsReq,
|
||||
) -> NetResult<SyncHallEventScRsp> {
|
||||
Ok(SyncHallEventScRsp {
|
||||
retcode: Retcode::RetSucc.into(),
|
||||
|
|
Loading…
Reference in a new issue