Fix incorrect check

This commit is contained in:
tilgep 2022-09-16 14:44:19 +01:00 committed by GitHub
parent c84d6079d3
commit 325b3a512c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
public Plugin myinfo =
{
name = "Stripper:Source (SP edition)",
version = "1.2.0",
version = "1.2.1",
description = "Stripper:Source functionality in a Sourcemod plugin",
author = "tilgep, Stripper:Source by BAILOPAN",
url = "https://forums.alliedmods.net/showthread.php?t=339448"
@ -90,7 +90,7 @@ public Action Command_Dump(int client, int args)
BuildPath(Path_SM, buf2, PLATFORM_MAX_PATH, "configs/stripper/dumps");
if(!DirExists(buf1)) CreateDirectory(buf1);
if(!DirExists(buf2)) CreateDirectory(buf2);
do
{