mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-06 00:17:25 +02:00
remove useless debug print in !set
This commit is contained in:
@@ -392,7 +392,6 @@ AnyType TPTScriptInterface::tptS_set(std::deque<std::string> * words)
|
|||||||
throw GeneralException("Invalid particle type");
|
throw GeneralException("Invalid particle type");
|
||||||
if (type==0)
|
if (type==0)
|
||||||
throw GeneralException("Cannot set properties of particles that do not exist");
|
throw GeneralException("Cannot set properties of particles that do not exist");
|
||||||
std::cout << propertyOffset << std::endl;
|
|
||||||
switch(propertyFormat)
|
switch(propertyFormat)
|
||||||
{
|
{
|
||||||
case FormatInt:
|
case FormatInt:
|
||||||
|
Reference in New Issue
Block a user