mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Revert mistaken rename
This commit is contained in:
@@ -475,7 +475,7 @@ namespace Config
|
||||
}
|
||||
}
|
||||
|
||||
static void WriteNotificationsChunk(IIniWriter* writer)
|
||||
static void WriteNotifications(IIniWriter* writer)
|
||||
{
|
||||
auto model = &gConfigNotifications;
|
||||
writer->WriteSection("notifications");
|
||||
@@ -613,7 +613,7 @@ namespace Config
|
||||
WriteInterface(writer.get());
|
||||
WriteSound(writer.get());
|
||||
WriteNetwork(writer.get());
|
||||
WriteNotificationsChunk(writer.get());
|
||||
WriteNotifications(writer.get());
|
||||
WriteFont(writer.get());
|
||||
WritePlugin(writer.get());
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user