Skip to content

Commit

Permalink
Update Changelog.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceleratis committed Jul 29, 2021
1 parent e5f3e01 commit 259e757
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions MainModule/Server/Shared/Changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@ return {
"Version: 225";
"*Drag edges to expand*";
"";
"[v225 7.29.2021 08:37 EST]";
"[v225 7.29.2021 12:20 EST]";
"*Moved away from StarterPlayerScripts back to manually handling client loading due to an issue";
"*Fixed custom window title bar buttons not displaying correctly";
"*Admin ranks are now checked in order of highest to lowest (it already returned highest before, but the order was semi-random)";
"*GetLevel & related admin checking functions will now return the name of the rank a user belongs to (no more LevelToList calls for players)";
"*Fixed and optimized various things related to levels/ranks";
"*:setrank now saves! Added :settemprank as a non-saving alternative";
"*:setrank now always saves! Added :settemprank as a non-saving alternative";
"*Fixed issues with being unable to unadmin people not currently in the game (USE THEIR FULL USERNAME!)";
"*Not going to allow admins to just remove whatever entry/user they want from lower tables since that can become an issue...";
"*Not going to allow (non-creator) admins to just remove whatever entry/user they want from lower rank tables since that can become an issue...";
"*Players not in-game are now handled correctly by GetLevel()";
"(Git/Expertcoderz) Help button for command list + Notepad update #437";
"(Git/evanultra01) Updated ConvertPlayerCharacterToRig() #441";
"(Git/evanultra01) Add command :playergear #439";
"(Git/fxeP1) Fix filtering/Chat limit kick. #436";
"(Git/fxeP1) [Client/Core/Functions] : ESP Updates #440";
"(Git/fxeP1) ESP Error fix [Nametag removal] #442";
"";
"[v224.5 7.28.2021 22:01 EST]";
"*Client checks won't start until after character loads for the first time";
Expand Down

0 comments on commit 259e757

Please sign in to comment.