diff --git a/plugins/tf2rue.smx b/plugins/tf2rue.smx index 788b120..2574a12 100644 Binary files a/plugins/tf2rue.smx and b/plugins/tf2rue.smx differ diff --git a/scripting/tf2rue.sp b/scripting/tf2rue.sp index 09def7f..943cace 100755 --- a/scripting/tf2rue.sp +++ b/scripting/tf2rue.sp @@ -21,7 +21,7 @@ public Plugin myinfo = name = "tf2rue", author = "https://sappho.io", description = "Replacement for AnAkkk's TFTrue. Currently only handles whitelists.", - version = "0.0.8", + version = "0.0.9", url = "https://sappho.io" } @@ -87,4 +87,4 @@ void LogImportant(const char[] format, any ...) // allow colors in normal ptc Format(buffer, sizeof(buffer), "%s %s", chatTag, buffer); PrintColoredChatAll("%s", buffer); -} \ No newline at end of file +} diff --git a/updatefile.txt b/updatefile.txt index 691f1f4..5fb71be 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -4,7 +4,7 @@ { "Version" { - "Latest" "0.0.8" + "Latest" "0.0.9" } "Notes" "Updated gamedata for 7/25 update, thanks nosoop"