Fix for changelog button to not show unmerged PRs.

This commit is contained in:
ZomgPonies
2015-05-03 19:03:20 -04:00
parent f2568398bc
commit 96e4196da0
+1 -1
View File
@@ -13,7 +13,7 @@
src << "<span class='danger'>The wiki URL is not set in the server configuration.</span>"
return
#define CHANGELOG "https://github.com/ParadiseSS13/Paradise/issues?q=is%3Apr+is%3Aclosed"
#define CHANGELOG "https://github.com/ParadiseSS13/Paradise/issues?q=is%3Apr+is%3Amerged"
/client/verb/changes()
set name = "Changelog"
set desc = "Visit Github to check out the commits."