diff --git a/src/Modules/NextMapModule/Controllers/NextMapEventController.cs b/src/Modules/NextMapModule/Controllers/NextMapEventController.cs
index 924198a57..543449b28 100644
--- a/src/Modules/NextMapModule/Controllers/NextMapEventController.cs
+++ b/src/Modules/NextMapModule/Controllers/NextMapEventController.cs
@@ -25,7 +25,7 @@ public async Task ShowNextMapOnPodiumStartAsync(object sender, PodiumEventArgs a
{
var nextMap = await nextMapService.GetNextMapAsync();
await manialinkManager.SendManialinkAsync(Template,
- new { mapName = nextMap.Name, author = nextMap.Author?.NickName, settings });
+ new { mapName = nextMap.Name, mapAuthor = nextMap.Author?.NickName ?? "Unknown", settings });
}
[Subscribe(GbxRemoteEvent.BeginMap)]
diff --git a/src/Modules/NextMapModule/Templates/NextMap.mt b/src/Modules/NextMapModule/Templates/NextMap.mt
index a601d30e8..4c4f60b76 100644
--- a/src/Modules/NextMapModule/Templates/NextMap.mt
+++ b/src/Modules/NextMapModule/Templates/NextMap.mt
@@ -6,30 +6,30 @@
-
-
+
+
-
+
-
-
-
-
+
+