mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 11:45:29 +01:00
Replace PRNG assertions with PrngException
This commit is contained in:
@@ -120,6 +120,11 @@ public:
|
||||
ClientStateError(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
class PrngException : public BaseException {
|
||||
public:
|
||||
PrngException(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
/*
|
||||
Some "old-style" interrupts:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user