CNC: re-add player inventory to formspec

Fix regression of commit

d732c8dfbd - "Add listring functionality"

by @est31 (me xD).
This commit is contained in:
est31 2015-09-12 08:02:43 +02:00
parent e7d06b33d1
commit 54b6d9976c
1 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,7 @@ local cnc_formspec =
"label[4, 5.5;"..S("Out:").."]"..
"list[current_name;dst;5,5.5;4,1;]"..
"list[current_player;main;0,7;8,4;]"..
"listring[current_name;dst]"..
"listring[current_player;main]"..
"listring[current_name;src]"..