1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

adding surface name when indexing on map prep

This commit is contained in:
Aaron Veden 2021-12-05 16:21:36 -08:00
parent c3ee424656
commit 31a8bdfdad
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -449,7 +449,7 @@ function upgrade.prepMap(universe, surface)
return
end
game.print("Rampant - Indexing surface:" .. tostring(surface.index) .. ", please wait.")
game.print("Rampant - Indexing surface:" .. surface.name .. ", index:" .. tostring(surface.index) .. ", please wait.")
local surfaceIndex = surface.index