Jump to content

xiscool123

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

xiscool123's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. This is my code: public void playerTickEvent(PlayerTickEvent event) { if (this.count < 20) { this.count++; } else { this.count = 0; // Some code } } But i get this error: error: ';' expected public void playerTickEvent(PlayerTickEvent event) { ^ error: ';' expected public void playerTickEvent(PlayerTickEvent event) { ^ What do I do?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.