Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KDani-99 authored Dec 14, 2020
1 parent eda0acd commit 162e56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/Plugins/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ internal Plugin()
private async Task OnDutyStatusChange(bool isOnDuty)
{
if (isOnDuty)
Debug.WriteLine("The player is on duty");
Debug.WriteLine("The player is on duty");
else
Debug.WriteLine("The player is not on duty");
Debug.WriteLine("The player is off duty");
}

}
}
}

0 comments on commit 162e56e

Please sign in to comment.