Skip to content

Commit

Permalink
Disable/Enable Chatbox input
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Dec 27, 2016
1 parent 9360c18 commit 11e4ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PlayerState.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ class PlayerState
void SetNumCols(int ncol) { m_NumCols = ncol; };
int GetNumCols() { return m_NumCols; };

// Disable/Enable online chatbox input - Nick12
bool onlineChatboxInput = true;

// Lua
void PushSelf( lua_State *L );
Expand Down

0 comments on commit 11e4ff0

Please sign in to comment.