Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ownprox committed Dec 8, 2018
1 parent 476b921 commit 6c3344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mutes/Mutes/MuteHooks.h
Expand Up @@ -21,7 +21,7 @@ int SecCounter = 0;
DWORD MuteTimePasted;
void CleanUpLoggedOutPlayerPassedMutes()
{
if (SecCounter++ == 10/*14400*/)
if (SecCounter++ == 14400)
{
if (!ArkApi::GetApiUtils().GetWorld())
{
Expand Down

0 comments on commit 6c3344f

Please sign in to comment.