Commit 34593380 by Juho Juopperi

Need superadmin to spam

1 parent 82e29949
......@@ -91,7 +91,7 @@ public class TestDataView extends GenericCDIView {
public void sendMultibuggageSpam() {
if (false) {
if (!permbean.getCurrentUser().isSuperadmin()) {
throw new RuntimeException("Remove this exception when you want to reactivate multiuserspammer!");
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!