1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Fix a typo

This commit is contained in:
Earu 2021-05-26 13:06:15 +02:00
parent 2e8392a3ad
commit 29855f95f3

View File

@ -251,7 +251,7 @@ if SERVER then
file.Write(MODULE_IGNORE_LIST_PATH, table.concat(ignore_paths, "\n"))
EasyChat.Print(("%s changed the module ignore list, a restart is required"):format(ply))
EasyChat.Warn("EasyChat's module ignore list updated. A restart is required.")
EasyChat.Warn(ply, "EasyChat's module ignore list updated. A restart is required.")
EasyChat.RunOnNextFrame(function()
net.Start(NET_MODULE_IGNORE_LIST)
net.WriteTable(ignore_paths)