Fixed runtime error involving cyborgs and fibers.

Also changed Show Server Revision at Head's request.  Can't really test it
locally so hopefully this is what he meant.
This commit is contained in:
StrumpetPlaya
2011-12-10 11:27:48 -05:00
parent 2d4e356d8c
commit 32811b1b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -82,6 +82,6 @@ client/verb/showrevinfo()
set category = "OOC"
set name = "Show Server Revision"
var/output = "Sorry, the revision info is unavailable."
output = shell("cat /home/bay12/live/data/gitcommit")
output = file2text("/home/bay12/live/data/gitcommit")
usr << browse(output,"window=revdata");
return