File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2400,7 +2400,7 @@ function RayfieldLibrary:LoadConfiguration()
2400
2400
pcall(function()
2401
2401
if isfile(ConfigurationFolder .. "/" .. CFileName .. ConfigurationExtension) then
2402
2402
LoadConfiguration(readfile(ConfigurationFolder .. "/" .. CFileName .. ConfigurationExtension))
2403
- RayfieldLibrary:Notify({Title = "Script Loaded", Content = "Current script version: 1.00.3.1 \nMatching update: Pool Event !\nCheck update logs for changes!"})
2403
+ RayfieldLibrary:Notify({Title = "Script Loaded", Content = "Current script version: 1.00.3.1 \nMatching update: Refresh Update !\nCheck update logs for changes!"})
2404
2404
RayfieldLibrary:Notify({Title = "Configuration Loaded", Content = "The configuration file for this script has been loaded from a previous session"})
2405
2405
end
2406
2406
end)
You can’t perform that action at this time.
0 commit comments