Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update mass.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang authored Feb 6, 2021
1 parent c4abdf5 commit 97ab217
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions headers/mc/mass.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once
//#include<api\serviceLocate.h>
//#include<api\Loader.h>
#include<loader\Loader.h>
struct MCRESULT {
unsigned char filler[4];
operator bool() {
Expand Down Expand Up @@ -95,4 +94,4 @@ class Minecraft {
*((void**)&rv) = dlsym("?getServerNetworkHandler@Minecraft@@QEAAPEAVServerNetworkHandler@@XZ");
return (this->*rv)();
}
};
};

0 comments on commit 97ab217

Please # to comment.