mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
works with yaml 2.6
This commit is contained in:
@@ -68,7 +68,7 @@ inline void operator>>(const YAML::Node& node, TSize<T>& size)
|
||||
template<class T>
|
||||
inline T yamlRead(const YAML::Node& node)
|
||||
{
|
||||
return node.Read<T>();
|
||||
return node.to<T>();
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
||||
Reference in New Issue
Block a user