mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix smell discard unused parameter
This commit is contained in:
parent
b5a5a8f2f3
commit
102a8822b0
@ -80,7 +80,7 @@ public void CmdChangeReadyState(bool readyState)
|
||||
|
||||
#region SyncVar Hooks
|
||||
|
||||
void ReadyStateChanged(bool oldReadyState, bool newReadyState)
|
||||
void ReadyStateChanged(bool _, bool newReadyState)
|
||||
{
|
||||
OnClientReady(newReadyState);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user