Skip to content

Commit 2c889dd

Browse files
committed
fix: Forgot to bump version
1 parent a0e7e45 commit 2c889dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

globals.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Author: Orsell
44
// Purpose: Global functions & variables used repeatedly throughout the plugin
5-
//
5+
//
66
//===========================================================================//
77

88
#pragma once
@@ -17,7 +17,7 @@
1717

1818
#include "scanner.hpp"
1919

20-
#include <comdef.h>
20+
#include <comdef.h>
2121

2222
// Forward references for class types unable to be accessed directly.
2323
class CBasePlayer;
@@ -27,7 +27,7 @@ class CWorkshopManager;
2727
class CEnvProjectedTexture;
2828

2929
// Color macros for console printing.
30-
#define P2SMPLUSPLUS_PLUGIN_VERSION "1.1.0" // Update this when a new version of the plugin is released.
30+
#define P2SMPLUSPLUS_PLUGIN_VERSION "1.1.1" // Update this when a new version of the plugin is released.
3131
#define P2SMPLUSPLUS_PLUGIN_CONSOLE_COLOR Color(100, 192, 252, 255) // Light Blue
3232

3333
#define CUR_MAPFILE_NAME STRING(g_pGlobals->mapname)
@@ -62,7 +62,7 @@ enum : std::uint8_t
6262
{
6363
TEAM_SINGLEPLAYER = 0,
6464
TEAM_SPECTATOR,
65-
TEAM_RED,
65+
TEAM_RED,
6666
TEAM_BLUE
6767
};
6868

@@ -220,7 +220,7 @@ inline const char* GetGameRootDir()
220220
}
221221

222222
//---------------------------------------------------------------------------------
223-
// Purpose: Returns true if a game session is running.
223+
// Purpose: Returns true if a game session is running.
224224
//---------------------------------------------------------------------------------
225225
inline bool IsGameActive()
226226
{

0 commit comments

Comments
 (0)