1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
This commit is contained in:
grilledham 2018-09-22 21:02:22 +01:00
parent 648521716f
commit 46b45d972c

View File

@ -1298,7 +1298,7 @@ local function poll_command(cmd)
if not suc then
player_print(result)
else
player_print(table.concat {'Poll #', result, ' successfully created.'})
player_print(table.concat {'[POLL] ','Poll #', result, ' successfully created.'})
end
end