mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 00:12:51 +02:00
Do not allow 't/c' signs to lack an ID
This commit is contained in:
@@ -634,6 +634,8 @@ int splitsign(const char* str, char * type)
|
|||||||
while (*p>='0' && *p<='9')
|
while (*p>='0' && *p<='9')
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
|
else if(str[1] != 'b')
|
||||||
|
return 0;
|
||||||
|
|
||||||
if (*p=='|')
|
if (*p=='|')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user