Skip to content

Commit

Permalink
Update .gitignore, README, and demo_check.sp for demo check plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigbeard committed Nov 23, 2024
1 parent e2d97d5 commit 825f63d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
plugins
.vscode
demo_check.zip
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This plugin is used to check if players are recording demos or not.

## Compiling

Requires [morecolors.inc](https://github.com/DoctorMcKay/sourcemod-plugins/blob/master/scripting/include/morecolors.inc)

## Installation

1. Download the plugin from the [releases page](https://github.com/ozfortres/demo-check-plugin/releases).
Expand Down
3 changes: 1 addition & 2 deletions scripting/demo_check.sp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <sourcemod>
#include <sdktools>
#include <morecolors>
#include <SteamWorks>

#define DEMOCHECK_TAG "{lime}[{red}Demo Check{lime}]{white} "

Expand All @@ -26,7 +25,7 @@ public Plugin:myinfo =
name = "Demo Check",
author = "Shigbeard",
description = "Checks if a player is recording a demo",
version = "1.0",
version = "1.0.1",
url = "https://ozfortress.com/"
};

Expand Down

0 comments on commit 825f63d

Please sign in to comment.