Skip to content

Commit

Permalink
Change Changelog to FormattedChangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimenpsyonal authored May 14, 2024
1 parent cea0bd8 commit 815115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ return function(Vargs, env)
Remote.MakeGui(plr, "List", {
Title = "Change Log";
Icon = server.MatIcons["Text snippet"];
Table = server.Changelog;
Table = server.FormattedChangelog;
RichText = true;
Size = {500, 400};
})
Expand Down

0 comments on commit 815115f

Please sign in to comment.