Simple pos filter
This commit is contained in:
parent
2a08f96386
commit
1aa5361fe9
@ -630,6 +630,9 @@ AOPacket AOClient::validateIcPacket(AOPacket packet)
|
||||
|
||||
//Testimony playback
|
||||
if (area->test_rec == AreaData::TestimonyRecording::RECORDING || area->test_rec == AreaData::TestimonyRecording::ADD) {
|
||||
if (args[5] != "wit")
|
||||
return AOPacket("MS", args);
|
||||
|
||||
if (area->statement == 0) {
|
||||
args[4] = "~~\\n-- " + args[4] + " --";
|
||||
args[14] = "3";
|
||||
|
Loading…
Reference in New Issue
Block a user