Eventy upraveny pro podporu dvou hráčů. Všechny dveře se zobrazují na správných pozicích pro oba hráče.
This commit is contained in:
parent
cea56112ea
commit
3049417914
18 changed files with 157 additions and 75 deletions
|
|
@ -27,6 +27,7 @@ public class CommandManager {
|
|||
|
||||
private static void SendToggleCamera() {
|
||||
Client.Player.state.monitorUp = !Client.Player.state.monitorUp;
|
||||
UIManager.ChangeMonitorState(Client.Player.state.monitorUp);
|
||||
Client.SendCommands([PlayerCommand.SET_MONITOR(Client.Player.state.monitorUp)]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue