From fb0ab850891ad345d75c32fd9c161ed1bf9a18ee Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 29 Jun 2023 05:58:24 +1000 Subject: Lua: player.* identity getters and setters --- source/core/StarDirectives.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/core/StarDirectives.cpp') diff --git a/source/core/StarDirectives.cpp b/source/core/StarDirectives.cpp index bf3dcc1..3381f1f 100644 --- a/source/core/StarDirectives.cpp +++ b/source/core/StarDirectives.cpp @@ -162,10 +162,7 @@ bool Directives::empty() const { return !shared || shared->empty(); } -Directives::operator bool() const { - return !empty(); -} - +Directives::operator bool() const { return !empty(); } DataStream& operator>>(DataStream& ds, Directives& directives) { String string; -- cgit v1.2.3