Skip to content

Commit

Permalink
don't *require* updater
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jun 23, 2022
1 parent 3b248c9 commit 49c8e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified plugins/tf2rue.smx
Binary file not shown.
4 changes: 3 additions & 1 deletion scripting/tf2rue.sp
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
#include <tf2_stocks>
#include <SteamWorks>
#include <concolors>

#undef REQUIRE_PLUGIN
#include <updater>

public Plugin myinfo =
{
name = "tf2rue",
author = "https://sappho.io",
description = "Replacement for AnAkkk's TFTrue. Currently only handles whitelists.",
version = "0.0.2",
version = "0.0.3",
url = "https://sappho.io"
}

Expand Down

0 comments on commit 49c8e12

Please sign in to comment.