1
0
Fork 0
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:
Nils 2021-06-28 12:07:26 +02:00
parent 541239b2d5
commit 451375efc6

View file

@ -33,9 +33,6 @@ struct DesyncError : public std::exception {
const char *what() const throw() {
return "Server has desynced!!!";
}
DesyncError() {
abort();
}
};
struct InsufficientArgsError : public ParseError {