Files
dsrc/sku.0/sys.server/compiled/game/script/player/player_chat.java
T
2018-06-07 00:32:29 +01:00

16 lines
305 B
Java
Executable File

package script.player;
import script.obj_id;
public class player_chat extends script.base_script
{
public player_chat()
{
}
public int OnLogin(obj_id self) throws InterruptedException
{
LOG("ChatFilter", "OnChatLogin");
return SCRIPT_CONTINUE;
}
}