gameServer2/src/server/mod.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 21 Oct 2017 23:03:52 +0200
changeset 12733 353cb2ce6f9c
parent 12143 7e874846afe3
child 13119 1e39b8749072
permissions -rw-r--r--
Fix AddAmmo setting ammo to 99 when trying to add infinite ammo This affected the portal mission, the crate only gave you 99 portal guns instead of infinite.

pub mod server;
pub mod client;
pub mod coretypes;
mod actions;
mod handlers;