mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00:00
Just a minor modification to the topic.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user