X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fcommand%2Fcommand.qh;h=349d492da82b4169113ecde8989e764f06690f22;hb=2a42ca0b4310e3f50773316be3f0910396f0afac;hp=0b3741a06cd2976007bc34dfd38da44d1eab8a0e;hpb=a8e9c14803c6ee158f8183701f8e9c8601da9983;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/command.qh b/qcsrc/common/command/command.qh index 0b3741a06..349d492da 100644 --- a/qcsrc/common/command/command.qh +++ b/qcsrc/common/command/command.qh @@ -4,8 +4,8 @@ const int CMD_REQUEST_COMMAND = 1; const int CMD_REQUEST_USAGE = 2; CLASS(Command, Object) - ATTRIB(Command, m_name, string, string_null); - ATTRIB(Command, m_description, string, string_null); + ATTRIB(Command, m_name, string); + ATTRIB(Command, m_description, string); METHOD(Command, m_invokecmd, void(Command this, int request, entity caller, int arguments, string command)) { TC(Command, this);