Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sourcemod
Lobby
Commits
9c262a79
Commit
9c262a79
authored
Sep 05, 2020
by
Neoony
Browse files
v0.4.2 -Switch steamcharts link to steamdb, as steamcharts seems unavailable for empires right now
parent
61174dd0
Pipeline
#10782
passed with stages
in 6 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9c262a79
...
...
@@ -92,4 +92,7 @@
**v0.4.1**
- Added SteamWorks, to be able to detect server public ip
- Some changes for upcoming change of hosting
- Small bugfix
\ No newline at end of file
- Small bugfix
**v0.4.2**
- Switch steamcharts link to steamdb, as steamcharts seems unavailable for empires right now
\ No newline at end of file
addons/sourcemod/scripting/Lobby.sp
View file @
9c262a79
...
...
@@ -23,7 +23,7 @@
#include <cURL>
#include <SteamWorks>
#define PluginVer "v0.4.
1
"
#define PluginVer "v0.4.
2
"
public Plugin myinfo =
{
...
...
@@ -428,7 +428,7 @@ public Action CCommand_discord(int client, int args)
public Action CCommand_charts(int client, int args)
{
//PrintToChat(client, "https://steamcharts.com/app/17740");
ShowMOTDPanel(client, "Steamcharts", "https://steam
charts.com
/app/17740", 2);
ShowMOTDPanel(client, "Steamcharts", "https://steam
db.info
/app/17740
/graphs/
", 2);
return Plugin_Handled;
}
...
...
updater.txt
View file @
9c262a79
...
...
@@ -4,12 +4,10 @@
{
"Version"
{
"Latest" "v0.4.
1
"
"Latest" "v0.4.
2
"
}
"Notes" "Added SteamWorks, to be able to detect server public ip"
"Notes" "Some changes for upcoming change of hosting"
"Notes" "Small bugfix"
"Notes" "Switch steamcharts link to steamdb, as steamcharts seems unavailable for empires right now"
}
"Files"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment