From d0a962bd0fca83a3c05f9b169079f9875179756b Mon Sep 17 00:00:00 2001 From: White Date: Mon, 6 Apr 2015 12:18:18 +0930 Subject: [PATCH] Notification when temp group expires --- TShockAPI/TSPlayer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index aba9469c..2a6a9f49 100755 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -529,6 +529,8 @@ namespace TShockAPI public void TempGroupTimerElapsed(object sender, ElapsedEventArgs args) { + SendWarningMessage("Your temporary group access has expired."); + tempGroup = null; if (sender != null) {