mirror of
https://gitlab.com/niansa/asbots.git
synced 2025-03-06 20:48:25 +01:00
Removed debug code
This commit is contained in:
parent
541239b2d5
commit
451375efc6
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ struct DesyncError : public std::exception {
|
|||
const char *what() const throw() {
|
||||
return "Server has desynced!!!";
|
||||
}
|
||||
DesyncError() {
|
||||
abort();
|
||||
}
|
||||
};
|
||||
|
||||
struct InsufficientArgsError : public ParseError {
|
||||
|
|
Loading…
Add table
Reference in a new issue