Skip to content

Commit 5b7ac55

Browse files
authored
fix(src): Removing unnecessary line
1 parent ba23915 commit 5b7ac55

File tree

1 file changed

+1
-3
lines changed
  • plugin_files/scripting/includes/swiftly

1 file changed

+1
-3
lines changed

plugin_files/scripting/includes/swiftly/server.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#include "server/precacher.h"
1111

12-
extern CCSGameRules *g_pGameRules;
13-
1412
class Server
1513
{
1614
public:
@@ -103,4 +101,4 @@ class Server
103101

104102
extern Server *server;
105103

106-
#endif
104+
#endif

0 commit comments

Comments
 (0)