Browse Source

Wait, I wasn't even using stocksoup.

What an oopsie.
nosoop 7 years ago
parent
commit
10db54eb81
1 changed files with 1 additions and 3 deletions
  1. 1 3
      scripting/csrd_uptime_limiter.sp

+ 1 - 3
scripting/csrd_uptime_limiter.sp

@@ -13,11 +13,9 @@
 #pragma semicolon 1
 #include <sourcemod>
 
-#include <stocksoup/log_server>
-
 #pragma newdecls required
 
-#define PLUGIN_VERSION "0.0.3"
+#define PLUGIN_VERSION "0.1.0"
 public Plugin myinfo = {
     name = "[CSRD] Uptime Limiter",
     author = "nosoop",