mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user