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