Skip to content

Commit 9afabf9

Browse files
committed
Version 2.0.2.
1 parent a186697 commit 9afabf9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.2
2+
- update autoupdate url
3+
14
## 2.0.1
25
- update russian translations
36
- update default cvars to shorter knife round / replace deprecated sv_alltalk

scripting/pugsetup.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#undef REQUIRE_PLUGIN
1414
#include "include/updater.inc"
15-
#define UPDATE_URL "https://dl.dropboxusercontent.com/u/76035852/csgo-pug-setup2.x/csgo-pug-setup.txt"
15+
#define UPDATE_URL "http://dl.whiffcity.com/plugins/pugsetup/pugsetup.txt"
1616

1717
#define ALIAS_LENGTH 64
1818
#define COMMAND_LENGTH 64

scripting/pugsetup/generic.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#tryinclude "manual_version.sp"
55
#if !defined PLUGIN_VERSION
6-
#define PLUGIN_VERSION "2.0.1"
6+
#define PLUGIN_VERSION "2.0.2"
77
#endif
88

99
#define DEBUG_CVAR "sm_pugsetup_debug"

0 commit comments

Comments
 (0)