Remove useless center and update UI on ID insert

This commit is contained in:
Mark van Alphen
2019-06-01 01:00:08 +02:00
parent cd78f9ebe1
commit b55b18248d
2 changed files with 1 additions and 2 deletions
@@ -45,6 +45,7 @@ GLOBAL_LIST(labor_sheet_values)
I.forceMove(src)
inserted_id = I
to_chat(user, "<span class='notice'>You insert [I].</span>")
SSnanoui.update_uis(src)
return
else
to_chat(user, "<span class='notice'>There's an ID inserted already.</span>")