[General] Update changelog
This commit is contained in:
parent
8d31466fc5
commit
bf0ea14fde
@ -20,7 +20,9 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.
|
||||
### Changed
|
||||
|
||||
- Test clients' native functionality has been restored by default (#162)
|
||||
- Renamed GSC method `isBot` to `IsTestClient` (#162)
|
||||
- Custom GSC functions can be called correctly from a game script (#216)
|
||||
- GSC functions `HttpCancel` and `HttpCancel` require the game to be launched with the command line argument `scriptablehttp` (#162)
|
||||
- Master server list will be used instead of the node system (load server list faster) (#234)
|
||||
|
||||
### Fixed
|
||||
|
@ -306,7 +306,7 @@ namespace Components
|
||||
Game::Scr_AddBool(Utils::String::EndsWith(s1, s2));
|
||||
});
|
||||
|
||||
Script::AddFunction("IsArray", []
|
||||
Script::AddFunction("IsArray", [] // gsc: IsArray(<object>)
|
||||
{
|
||||
const auto type = Game::Scr_GetType(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user