diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 05:58:24 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 05:58:24 +1000 |
commit | fb0ab850891ad345d75c32fd9c161ed1bf9a18ee (patch) | |
tree | 4b5c7eb91a6674b4102cd63f80d1f7b1e9293d8b /source/core/StarDirectives.cpp | |
parent | 8a2de03b0fa88fa378e1aeee683497745e6e3417 (diff) |
Lua: player.* identity getters and setters
Diffstat (limited to 'source/core/StarDirectives.cpp')
-rw-r--r-- | source/core/StarDirectives.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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; |