mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-11 19:20:14 +00:00
Revamp revival code
This commit is contained in:
@@ -175,8 +175,8 @@ void NanoManager::summonNano(CNSocket *sock, int slot) {
|
||||
|
||||
std::cout << "summon nano\n";
|
||||
|
||||
if (slot > 2 || slot < 0)
|
||||
return; //sanity check
|
||||
if (slot > 2 || slot < 0) // TODO: implement proper way to dismiss nano if slot = -1
|
||||
return; // sanity check
|
||||
|
||||
int nanoId = plr->equippedNanos[slot];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user