mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Fixed the bug where people would not see the formatted changelog
This commit is contained in:
+19
-3
@@ -476,9 +476,25 @@
|
||||
set name = "Changelog"
|
||||
set category = "OOC"
|
||||
if (client)
|
||||
src << browse_rsc('postcardsmall.jpg')
|
||||
src << browse_rsc('somerights20.png')
|
||||
src << browse_rsc('88x31.png')
|
||||
src.getFiles('postcardsmall.jpg',
|
||||
'somerights20.png',
|
||||
'88x31.png',
|
||||
'bug-minus.png',
|
||||
'cross-circle.png',
|
||||
'hard-hat-exclamation.png',
|
||||
'image-minus.png',
|
||||
'image-plus.png',
|
||||
'music-minus.png',
|
||||
'music-plus.png',
|
||||
'tick-circle.png',
|
||||
'wrench-screwdriver.png',
|
||||
'spell-check.png',
|
||||
'burn-exclamation.png',
|
||||
'chevron.png',
|
||||
'chevron-expand.png',
|
||||
'changelog.css',
|
||||
'changelog.js'
|
||||
)
|
||||
src << browse('changelog.html', "window=changes;size=675x650")
|
||||
client.changes = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user