Skip to content

Commit

Permalink
Fix ServerNewDex not logging correctly (#1814)
Browse files Browse the repository at this point in the history
Fix a typo that caused an error
  • Loading branch information
NoobBucket authored Jan 4, 2025
1 parent 463e105 commit 80754b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Plugins/ServerNewDex.rbxmx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Logs:AddLog("Script", "Successfully loaded reflection metadata to Dex")
else
Logs:AddLog("Script", "Access to HttpService is not enabled! Dex api dump could not be fetched!")
Logs:AddLog("Error", "Access to HttpService is not enabled! Dex api dump could not be fetched!")
Logs:AddLog("Errors", "Access to HttpService is not enabled! Dex api dump could not be fetched!")
--logError("Access to HttpService is not enabled! Dex api dump could not be fetched!")
end
end)
Expand Down

0 comments on commit 80754b1

Please # to comment.