Merge fix

This commit is contained in:
KimLS
2026-04-15 22:06:39 -07:00
110 changed files with 1289 additions and 1533 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ class Seperator;
typedef void (*CmdFuncPtr)(Client *, const Seperator *);
typedef struct {
struct CommandRecord {
uint8 admin;
std::string description;
CmdFuncPtr function; // null means perl function
} CommandRecord;
};
extern int (*command_dispatch)(Client *, std::string, bool);
extern int command_count; // Commands Loaded Count