Skip to content

Commit 080bac9

Browse files
committed
chore(EOL): Switch to LF
1 parent c8d5f8f commit 080bac9

19 files changed

Lines changed: 8036 additions & 8036 deletions

addons/sourcemod/scripting/VIP_EntWatch.sp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#include <EntWatch>
55
#include <vip_core>
66

7-
public Plugin myinfo =
7+
public Plugin myinfo =
88
{
9-
name = "VIP EntWatch Privileges",
10-
author = "DarkerZ[RUS]",
11-
description = "",
12-
version = "1.0",
9+
name = "VIP EntWatch Privileges",
10+
author = "DarkerZ[RUS]",
11+
description = "",
12+
version = "1.0",
1313
url = ""
1414
}
1515

@@ -75,8 +75,8 @@ public void EntWatch_OnHLPlayerReady()
7575
EntWatch_SetHLPlayer(iCount, iClients);
7676
}
7777

78-
stock bool IsValidClient(int iClient)
79-
{
80-
if (iClient > 0 && iClient <= MaxClients && IsValidEdict(iClient) && IsClientInGame(iClient)) return true;
81-
return false;
78+
stock bool IsValidClient(int iClient)
79+
{
80+
if (iClient > 0 && iClient <= MaxClients && IsValidEdict(iClient) && IsClientInGame(iClient)) return true;
81+
return false;
8282
}

0 commit comments

Comments
 (0)