-1
538539540541542543544545546547548
return; } */ // send change to the server int nMode = m.switchMode(); client.sendModeChange(cen, wn, nMode); // notify the player if (m.canInstantSwitch(nMode)) { clientgui
542543544545546547548549550551552
/* * if (ce() instanceof Aero) { return; } */ // send change to the server int nMode = m.switchMode(); client.sendModeChange(cen, wn, nMode); // notify the player if (m.canInstantSwitch(nMode)) { clientgui
443444445446447448449450451452453
if (m == null || !m.getType().hasModes()) { return; } // send change to the server int nMode = m.switchMode(); client.sendModeChange(cen, wn, nMode); // notify the player if (m.canInstantSwitch(nMode)) { clientgui
436437438439440441442443444445446