Skip to content

Commit

Permalink
update to del dhooks out of tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jul 29, 2023
1 parent 8be7501 commit 9c9c07e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified plugins/tf2rue.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions scripting/tf2rue.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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);
}
}
2 changes: 1 addition & 1 deletion updatefile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Version"
{
"Latest" "0.0.8"
"Latest" "0.0.9"
}

"Notes" "Updated gamedata for 7/25 update, thanks nosoop"
Expand Down

0 comments on commit 9c9c07e

Please sign in to comment.