Changeset - 3f6d9854dd14
[Not reviewed]
default
0 1 0
silverwing - 5 years ago 2019-10-06 09:51:11

[fix] Missing dot
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
warehouse18.lua
Show inline comments
 
@@ -222,7 +222,7 @@ w18_box_act = function(s)
 
		take(item);
 
		return stead.ref(item).tak;
 
	else
 
		return "Здесь ничего нет";
 
		return "Здесь ничего нет. ";
 
	end;
 
end;
 
0 comments (0 inline, 0 general)