Update sofa.lua

master
Gerold55 2019-03-04 19:46:41 -05:00 committed by GitHub
parent d8bfe83937
commit df484c1e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ local function sofa_punch(sofa_type, pos, node, clicker)
-- Extract mod name and color
split = string.split(item, ":")
mod, color = split[0], split[2]
mod, color = split[1], split[2]
-- If dye, recolor sofa
if mod == 'dye' then