disabled hotkeys for NetworkManagerHUD

This commit is contained in:
AmazingAlek 2020-03-06 19:00:24 +01:00 committed by GitHub
parent 26a435ac61
commit d33e7d46c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,8 @@ namespace QSB
connectionConfig.AddChannel(QosType.Unreliable);
channels.Add(QosType.Reliable);
channels.Add(QosType.Unreliable);
QSB.Helper.HarmonyHelper.EmptyMethod<NetworkManagerHUD>("Update");
}
public override void OnServerAddPlayer(NetworkConnection conn, short playerControllerId)