Just a minor modification to the topic.dm

This commit is contained in:
Head
2011-11-30 17:49:35 +01:00
parent e1df14b5c1
commit 73b9b7a481
2 changed files with 2 additions and 2 deletions

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