Skip to content

Commit

Permalink
fix: SetPendingDisconnect argument typo in inetchannel.h (alliedmodde…
Browse files Browse the repository at this point in the history
  • Loading branch information
etojuice authored Nov 16, 2023
1 parent f58a75e commit 3339484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/inetchannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ abstract_class INetChannel : public INetChannelInfo
virtual bool InsertReplayMessage( InstantReplayMessage_t &msg ) = 0;
virtual bool HasQueuedPackets( void ) const = 0;

virtual void SetPendingDisconnect( ENetworkDisconnectReason reason ) = 0;
virtual void SetPendingDisconnect( ENetworkDisconnectionReason reason ) = 0;
virtual int GetPendingDisconnect() const = 0;

virtual bool IsSuppressingTransmit() const = 0;
Expand Down

0 comments on commit 3339484

Please sign in to comment.