summaryrefslogtreecommitdiff
path: root/src/mapblockobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblockobject.h')
-rw-r--r--src/mapblockobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapblockobject.h b/src/mapblockobject.h
index 30fa797f4..a65ffd8e8 100644
--- a/src/mapblockobject.h
+++ b/src/mapblockobject.h
@@ -531,6 +531,11 @@ public:
setBlockChanged();
}
+ std::string getText()
+ {
+ return m_text;
+ }
+
void setYaw(f32 yaw)
{
m_yaw = yaw;