mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-26 23:02:04 -04:00
Fixes
This commit is contained in:
parent
b13bb96d17
commit
d35243f39b
@ -1152,10 +1152,9 @@ try { SendBlockchange(pos1.x, pos1.y, pos1.z, Block.waterstill); } catch { }
|
||||
|
||||
if (text.ToLower().Contains("^detail.user="))
|
||||
{
|
||||
SendMessage("&cOh no you don't!");
|
||||
SendMessage("&cYou cannot use WoM detail strings in a chat message.");
|
||||
text = text.Replace("^detail.user=", "");
|
||||
}
|
||||
text = text.Replace("^detail.user=", "");
|
||||
|
||||
|
||||
if ( storedMessage != "" ) {
|
||||
if ( !text.EndsWith(">") && !text.EndsWith("<") ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user