Skip to content

Commit

Permalink
Delete list marker in description readme
Browse files Browse the repository at this point in the history
Move header file to folder 'include/pistol'
Change version plugin 1.0.0 to 1.0.1
  • Loading branch information
kalbmar committed Mar 30, 2024
1 parent 421b621 commit dbaa2ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pistol

- Gives players a gun
Gives players a gun

### Supported games

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions scripting/pistol.sp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <sourcemod>
#include <sdktools>

#include "timer"
#include "pistol/timer"

#include "modules/event.sp"
#include "modules/timer.sp"
Expand All @@ -12,7 +12,7 @@ public Plugin myinfo = {
name = "Pistol",
author = "Kalbmar",
description = "Gives players a gun",
version = "1.0.0",
version = "1.0.1",
url = "https://github.com/kalbmar/pistol",
};

Expand Down

0 comments on commit dbaa2ae

Please sign in to comment.