From dbaa2aec1674b9d4d064ca9b6f06978fbd3a2b3b Mon Sep 17 00:00:00 2001 From: Kalbmar Date: Sat, 30 Mar 2024 19:27:08 +0300 Subject: [PATCH] Delete list marker in description readme Move header file to folder 'include/pistol' Change version plugin 1.0.0 to 1.0.1 --- README.md | 2 +- scripting/include/{ => pistol}/timer.inc | 0 scripting/pistol.sp | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename scripting/include/{ => pistol}/timer.inc (100%) diff --git a/README.md b/README.md index fdb7192..b27c717 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pistol -- Gives players a gun +Gives players a gun ### Supported games diff --git a/scripting/include/timer.inc b/scripting/include/pistol/timer.inc similarity index 100% rename from scripting/include/timer.inc rename to scripting/include/pistol/timer.inc diff --git a/scripting/pistol.sp b/scripting/pistol.sp index 928224f..ddc2cc3 100644 --- a/scripting/pistol.sp +++ b/scripting/pistol.sp @@ -1,7 +1,7 @@ #include #include -#include "timer" +#include "pistol/timer" #include "modules/event.sp" #include "modules/timer.sp" @@ -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", };