Fix gay
This commit is contained in:
parent
d95dca96e6
commit
8a5ff5a323
@ -35,7 +35,7 @@ public:
|
||||
setInternal(true);
|
||||
}
|
||||
|
||||
inline Variable<bool> &operator=(const std::string &string)
|
||||
inline void operator=(const std::string &string)
|
||||
{
|
||||
fromString(string);
|
||||
}
|
||||
@ -50,7 +50,7 @@ public:
|
||||
return value;
|
||||
}
|
||||
|
||||
inline Variable<bool> &operator=(bool next)
|
||||
inline void operator=(bool next)
|
||||
{
|
||||
setInternal(next);
|
||||
}
|
||||
|
@ -251,7 +251,7 @@ void CreateMove()
|
||||
{
|
||||
|
||||
// Check usersettings if enabled
|
||||
if (!enable)
|
||||
if (!*enable)
|
||||
return;
|
||||
|
||||
// Something
|
||||
|
Reference in New Issue
Block a user