mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
@@ -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
|
||||
|
||||
@@ -30,4 +30,5 @@
|
||||
s["player[n]"] = M.client.key
|
||||
n++
|
||||
s["players"] = n
|
||||
s["end"] = "#end"
|
||||
return list2params(s)
|
||||
Reference in New Issue
Block a user