Merge pull request #46 from headswe/master

A small modification
This commit is contained in:
headswe
2011-11-30 08:54:17 -08:00
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -82,7 +82,6 @@ client/verb/showrevinfo()
set category = "OOC"
set name = "Show Server Revision"
var/output = "Sorry, the revision info is unavailable."
if(revdata)
output = revdata.showInfo()
output = shell("cat /home/bay12/live/data/gitcommit")
usr << browse(output,"window=revdata");
return
+1
View File
@@ -30,4 +30,5 @@
s["player[n]"] = M.client.key
n++
s["players"] = n
s["end"] = "#end"
return list2params(s)