mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -22,4 +22,4 @@
|
||||
var/obj/item/paper/sticky/paper = entry
|
||||
LAZYADDASSOC(., "offset_x", paper.pixel_x)
|
||||
LAZYADDASSOC(., "offset_y", paper.pixel_y)
|
||||
LAZYADDASSOC(., "color", paper.color)
|
||||
LAZYADDASSOC(., "color", paper.color)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
tokens -= token
|
||||
|
||||
SSpersistence.unpicked_paintings = SSpersistence.all_paintings.Copy()
|
||||
|
||||
|
||||
for(var/obj/structure/sign/painting/P in SSpersistence.painting_frames)
|
||||
P.load_persistent()
|
||||
|
||||
@@ -50,4 +50,4 @@
|
||||
|
||||
if(fexists(filename))
|
||||
fdel(filename)
|
||||
to_file(file(filename), json_encode(SSpersistence.all_paintings))
|
||||
to_file(file(filename), json_encode(SSpersistence.all_paintings))
|
||||
|
||||
Reference in New Issue
Block a user