mirror of
https://github.com/anope/anope.git
synced 2026-07-02 21:43:13 +02:00
Fixed many bugs and crashes
This commit is contained in:
@@ -65,7 +65,7 @@ class CommandCSSetMLock : public Command
|
||||
if (paramcount >= params.size())
|
||||
continue;
|
||||
|
||||
Anope::string param = params[paramcount];
|
||||
Anope::string param = params[paramcount++];
|
||||
|
||||
ChannelModeParam *cmp = debug_cast<ChannelModeParam *>(cm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user