mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix paintings not saving changes (#31648)
This commit is contained in:
@@ -201,16 +201,13 @@
|
||||
|
||||
|
||||
/datum/custom_painting/Topic(href, href_list)
|
||||
world.log << "painting topic"
|
||||
// Handle multipart href
|
||||
if (href_list["multipart"])
|
||||
world.log << "painting topic: href"
|
||||
mp_handler.Topic(href, href_list)
|
||||
return
|
||||
|
||||
// Save changes
|
||||
else
|
||||
world.log << "painting topic: onwards"
|
||||
// Make sure the player can actually paint
|
||||
if(!usr || usr.incapacitated())
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user