public override void OnStopHost()
 {
     currentGamemode = sgm.currentGamemode;
     currentGamemode.handleStopHost();
     base.OnStopHost();
 }